Html Css Color HEX #B28E8B Thatch

📋 copy color: '#B28E8B'

red 178 ◦ green 142 ◦ blue 139

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

Shades of Thatch #B28E8B

Tints of Thatch #B28E8B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.94%

 BLUE value IS 139 (54.69% from 255) = 30.28%

R = 38.78%
G = 30.94%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B28E8B (or 0xB28E8B) is known color: Thatch. HEX triplet: B2, 8E and 8B. RGB value is (178,142,139). Sum of RGB (Red+Green+Blue) = 178+142+139=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28E8B is #4D7174. Grayscale: #989898. Windows color (decimal): -5075317 or 9146034. OLE color: 9146034.

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

Color convert

RGB 178 142 139 -
CMYK 0 0.20 0.22 0.30
HSL 4.62º 0.2% 0.62% -
HSV(B) 4.62º 0.22% 0.7% -
XYZ 32.69 30.68 28.62 -
YUV 152.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 178 142 139 0 0.20 0.22 0.30 4.62 0.2 0.62
Hex B2 8E 8B 0 14 16 1E 5 14 3E
Octal 262 216 213 0 24 26 36 5 24 76
Binary 10110010 10001110 10001011 0 10100 10110 11110 101 10100 111110

Color Harmonies of #B28E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28E8B

Black with #B28E8B

Text Example


Text Example

White with #B28E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28E8B; }

 p { color: rgb(178,142,139); }

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

background-color css

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

 a { background-color: rgb(178,142,139); }

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

border-color css

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

 span { border-color: rgb(178,142,139); }

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