Html Css Color HEX #BC9691 Thatch

📋 copy color: '#BC9691'

red 188 ◦ green 150 ◦ blue 145

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

Shades of Thatch #BC9691

Tints of Thatch #BC9691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.06%

 BLUE value IS 145 (57.03% from 255) = 30.02%

R = 38.92%
G = 31.06%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC9691 (or 0xBC9691) is known color: Thatch. HEX triplet: BC, 96 and 91. RGB value is (188,150,145). Sum of RGB (Red+Green+Blue) = 188+150+145=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9691 is #43696E. Grayscale: #A0A0A0. Windows color (decimal): -4417903 or 9541308. OLE color: 9541308.

HSL color Cylindrical-coordinate representation of color #BC9691: hue angle of 6.98º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC9691 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 150 145 -
CMYK 0 0.20 0.23 0.26
HSL 6.98º 0.24% 0.65% -
HSV(B) 6.98º 0.23% 0.74% -
XYZ 36.76 34.55 31.52 -
YUV 160.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 188 150 145 0 0.20 0.23 0.26 6.98 0.24 0.65
Hex BC 96 91 0 14 17 1A 7 18 41
Octal 274 226 221 0 24 27 32 7 30 101
Binary 10111100 10010110 10010001 0 10100 10111 11010 111 11000 1000001

Color Harmonies of #BC9691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9691

Black with #BC9691

Text Example


Text Example

White with #BC9691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9691; }

 p { color: rgb(188,150,145); }

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

background-color css

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

 a { background-color: rgb(188,150,145); }

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

border-color css

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

 span { border-color: rgb(188,150,145); }

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