Html Css Color HEX #B29892 Thatch

📋 copy color: '#B29892'

red 178 ◦ green 152 ◦ blue 146

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

Shades of Thatch #B29892

Tints of Thatch #B29892

RGB

 RED value IS 178 (69.92% from 255) = 37.39%

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

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

R = 37.39%
G = 31.93%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B29892 (or 0xB29892) is known color: Thatch. HEX triplet: B2, 98 and 92. RGB value is (178,152,146). Sum of RGB (Red+Green+Blue) = 178+152+146=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B29892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29892 is #4D676D. Grayscale: #9F9F9F. Windows color (decimal): -5072750 or 9607346. OLE color: 9607346.

HSL color Cylindrical-coordinate representation of color #B29892: hue angle of 11.25º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B29892 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 152 146 -
CMYK 0 0.15 0.18 0.30
HSL 11.25º 0.17% 0.64% -
HSV(B) 11.25º 0.18% 0.7% -
XYZ 34.78 34 31.92 -
YUV 159.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 178 152 146 0 0.15 0.18 0.30 11.25 0.17 0.64
Hex B2 98 92 0 F 12 1E B 11 40
Octal 262 230 222 0 17 22 36 13 21 100
Binary 10110010 10011000 10010010 0 1111 10010 11110 1011 10001 1000000

Color Harmonies of #B29892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29892

Black with #B29892

Text Example


Text Example

White with #B29892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29892; }

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

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

background-color css

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

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

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

border-color css

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

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

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