Html Css Color HEX #B28C85 Thatch

📋 copy color: '#B28C85'

red 178 ◦ green 140 ◦ blue 133

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

Shades of Thatch #B28C85

Tints of Thatch #B28C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 39.47%
G = 31.04%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B28C85 (or 0xB28C85) is known color: Thatch. HEX triplet: B2, 8C and 85. RGB value is (178,140,133). Sum of RGB (Red+Green+Blue) = 178+140+133=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28C85 is #4D737A. Grayscale: #969696. Windows color (decimal): -5075835 or 8752306. OLE color: 8752306.

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

Color convert

RGB 178 140 133 -
CMYK 0 0.21 0.25 0.30
HSL 9.33º 0.23% 0.61% -
HSV(B) 9.33º 0.25% 0.7% -
XYZ 31.97 29.91 26.28 -
YUV 150.56 118.09 147.57 -
System Red Green Blue C M Y K H S L
Decimal 178 140 133 0 0.21 0.25 0.30 9.33 0.23 0.61
Hex B2 8C 85 0 15 19 1E 9 17 3D
Octal 262 214 205 0 25 31 36 11 27 75
Binary 10110010 10001100 10000101 0 10101 11001 11110 1001 10111 111101

Color Harmonies of #B28C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C85

Black with #B28C85

Text Example


Text Example

White with #B28C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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