Html Css Color HEX #BB9790 Thatch

📋 copy color: '#BB9790'

red 187 ◦ green 151 ◦ blue 144

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

Shades of Thatch #BB9790

Tints of Thatch #BB9790

RGB

 RED value IS 187 (73.44% from 255) = 38.8%

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

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 38.8%
G = 31.33%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB9790 (or 0xBB9790) is known color: Thatch. HEX triplet: BB, 97 and 90. RGB value is (187,151,144). Sum of RGB (Red+Green+Blue) = 187+151+144=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9790 is #44686F. Grayscale: #A1A1A1. Windows color (decimal): -4483184 or 9476027. OLE color: 9476027.

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

Color convert

RGB 187 151 144 -
CMYK 0 0.19 0.23 0.27
HSL 9.77º 0.24% 0.65% -
HSV(B) 9.77º 0.23% 0.73% -
XYZ 36.59 34.71 31.16 -
YUV 160.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 187 151 144 0 0.19 0.23 0.27 9.77 0.24 0.65
Hex BB 97 90 0 13 17 1B A 18 41
Octal 273 227 220 0 23 27 33 12 30 101
Binary 10111011 10010111 10010000 0 10011 10111 11011 1010 11000 1000001

Color Harmonies of #BB9790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9790

Black with #BB9790

Text Example


Text Example

White with #BB9790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9790; }

 p { color: rgb(187,151,144); }

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

background-color css

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

 a { background-color: rgb(187,151,144); }

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

border-color css

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

 span { border-color: rgb(187,151,144); }

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