Html Css Color HEX #BB9892 Thatch

📋 copy color: '#BB9892'

red 187 ◦ green 152 ◦ blue 146

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

Shades of Thatch #BB9892

Tints of Thatch #BB9892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.34%

 BLUE value IS 146 (57.42% from 255) = 30.1%

R = 38.56%
G = 31.34%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB9892 (or 0xBB9892) is known color: Thatch. HEX triplet: BB, 98 and 92. RGB value is (187,152,146). Sum of RGB (Red+Green+Blue) = 187+152+146=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9892 is #44676D. Grayscale: #A1A1A1. Windows color (decimal): -4482926 or 9607355. OLE color: 9607355.

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

Color convert

RGB 187 152 146 -
CMYK 0 0.19 0.22 0.27
HSL 8.78º 0.23% 0.65% -
HSV(B) 8.78º 0.22% 0.73% -
XYZ 36.91 35.1 32.02 -
YUV 161.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 187 152 146 0 0.19 0.22 0.27 8.78 0.23 0.65
Hex BB 98 92 0 13 16 1B 9 17 41
Octal 273 230 222 0 23 26 33 11 27 101
Binary 10111011 10011000 10010010 0 10011 10110 11011 1001 10111 1000001

Color Harmonies of #BB9892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9892

Black with #BB9892

Text Example


Text Example

White with #BB9892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9892; }

 p { color: rgb(187,152,146); }

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

background-color css

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

 a { background-color: rgb(187,152,146); }

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

border-color css

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

 span { border-color: rgb(187,152,146); }

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