Html Css Color HEX #B28C87 Thatch

📋 copy color: '#B28C87'

red 178 ◦ green 140 ◦ blue 135

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

Shades of Thatch #B28C87

Tints of Thatch #B28C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.8%

R = 39.29%
G = 30.91%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B28C87 (or 0xB28C87) is known color: Thatch. HEX triplet: B2, 8C and 87. RGB value is (178,140,135). Sum of RGB (Red+Green+Blue) = 178+140+135=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28C87 is #4D7378. Grayscale: #969696. Windows color (decimal): -5075833 or 8883378. OLE color: 8883378.

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

Color convert

RGB 178 140 135 -
CMYK 0 0.21 0.24 0.30
HSL 6.98º 0.22% 0.61% -
HSV(B) 6.98º 0.24% 0.7% -
XYZ 32.11 29.97 27.01 -
YUV 150.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 178 140 135 0 0.21 0.24 0.30 6.98 0.22 0.61
Hex B2 8C 87 0 15 18 1E 7 16 3D
Octal 262 214 207 0 25 30 36 7 26 75
Binary 10110010 10001100 10000111 0 10101 11000 11110 111 10110 111101

Color Harmonies of #B28C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C87

Black with #B28C87

Text Example


Text Example

White with #B28C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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