Html Css Color HEX #BC9791 Thatch

📋 copy color: '#BC9791'

red 188 ◦ green 151 ◦ blue 145

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

Shades of Thatch #BC9791

Tints of Thatch #BC9791

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.2%

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

R = 38.84%
G = 31.2%
B = 29.96%

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

#BC9791 (or 0xBC9791) is known color: Thatch. HEX triplet: BC, 97 and 91. RGB value is (188,151,145). Sum of RGB (Red+Green+Blue) = 188+151+145=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9791 is #43686E. Grayscale: #A1A1A1. Windows color (decimal): -4417647 or 9541564. OLE color: 9541564.

HSL color Cylindrical-coordinate representation of color #BC9791: hue angle of 8.37º 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 #BC9791 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 151 145 -
CMYK 0 0.20 0.23 0.26
HSL 8.37º 0.24% 0.65% -
HSV(B) 8.37º 0.23% 0.74% -
XYZ 36.92 34.87 31.57 -
YUV 161.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 188 151 145 0 0.20 0.23 0.26 8.37 0.24 0.65
Hex BC 97 91 0 14 17 1A 8 18 41
Octal 274 227 221 0 24 27 32 10 30 101
Binary 10111100 10010111 10010001 0 10100 10111 11010 1000 11000 1000001

Color Harmonies of #BC9791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9791

Black with #BC9791

Text Example


Text Example

White with #BC9791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9791; }

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

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

background-color css

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

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

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

border-color css

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

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

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