Html Css Color HEX #B28C89 Thatch

📋 copy color: '#B28C89'

red 178 ◦ green 140 ◦ blue 137

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

Shades of Thatch #B28C89

Tints of Thatch #B28C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.77%

 BLUE value IS 137 (53.91% from 255) = 30.11%

R = 39.12%
G = 30.77%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B28C89 (or 0xB28C89) is known color: Thatch. HEX triplet: B2, 8C and 89. RGB value is (178,140,137). Sum of RGB (Red+Green+Blue) = 178+140+137=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28C89 is #4D7376. Grayscale: #979797. Windows color (decimal): -5075831 or 9014450. OLE color: 9014450.

HSL color Cylindrical-coordinate representation of color #B28C89: hue angle of 4.39º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B28C89 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 140 137 -
CMYK 0 0.21 0.23 0.30
HSL 4.39º 0.21% 0.62% -
HSV(B) 4.39º 0.23% 0.7% -
XYZ 32.25 30.03 27.76 -
YUV 151.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 178 140 137 0 0.21 0.23 0.30 4.39 0.21 0.62
Hex B2 8C 89 0 15 17 1E 4 15 3E
Octal 262 214 211 0 25 27 36 4 25 76
Binary 10110010 10001100 10001001 0 10101 10111 11110 100 10101 111110

Color Harmonies of #B28C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C89

Black with #B28C89

Text Example


Text Example

White with #B28C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C89; }

 p { color: rgb(178,140,137); }

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

background-color css

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

 a { background-color: rgb(178,140,137); }

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

border-color css

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

 span { border-color: rgb(178,140,137); }

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