Html Css Color HEX #BC845A Twine

📋 copy color: '#BC845A'

red 188 ◦ green 132 ◦ blue 90

#BC845A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twine #BC845A

Tints of Twine #BC845A

RGB

 RED value IS 188 (73.83% from 255) = 45.85%

 GREEN value IS 132 (51.95% from 255) = 32.2%

 BLUE value IS 90 (35.55% from 255) = 21.95%

R = 45.85%
G = 32.2%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC845A (or 0xBC845A) is known color: Twine. HEX triplet: BC, 84 and 5A. RGB value is (188,132,90). Sum of RGB (Red+Green+Blue) = 188+132+90=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC845A is #437BA5. Grayscale: #909090. Windows color (decimal): -4422566 or 5932220. OLE color: 5932220.

HSL color Cylindrical-coordinate representation of color #BC845A: hue angle of 25.71º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC845A is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 132 90 -
CMYK 0 0.30 0.52 0.26
HSL 25.71º 0.42% 0.55% -
HSV(B) 25.71º 0.52% 0.74% -
XYZ 30.84 27.93 13.44 -
YUV 143.96 97.55 159.42 -
System Red Green Blue C M Y K H S L
Decimal 188 132 90 0 0.30 0.52 0.26 25.71 0.42 0.55
Hex BC 84 5A 0 1E 34 1A 1A 2A 37
Octal 274 204 132 0 36 64 32 32 52 67
Binary 10111100 10000100 1011010 0 11110 110100 11010 11010 101010 110111

Color Harmonies of #BC845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC845A

Black with #BC845A

Text Example


Text Example

White with #BC845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC845A; }

 p { color: rgb(188,132,90); }

 H1.HeaderClassName
 {
   color: #BC845A;
 }
 .AnyTagClassName
 {
   color: #BC845A;
 }
</style>

background-color css

<style>
 a { background-color: #BC845A; }

 a { background-color: rgb(188,132,90); }

 div.DivClassName
 {
   background-color: #BC845A;
 }
 .BgClassName
 {
   background-color: #BC845A;
 }
</style>

border-color css

<style>
 span { border-color: #BC845A; }

 span { border-color: rgb(188,132,90); }

 td.TdClassName
 {
   border-color: #BC845A;
 }
 .TagClassName
 {
   border-color: #BC845A;
 }
</style>