Html Css Color HEX #B28B85 Thatch

📋 copy color: '#B28B85'

red 178 ◦ green 139 ◦ blue 133

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

Shades of Thatch #B28B85

Tints of Thatch #B28B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.89%

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

R = 39.56%
G = 30.89%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B28B85 (or 0xB28B85) is known color: Thatch. HEX triplet: B2, 8B and 85. RGB value is (178,139,133). Sum of RGB (Red+Green+Blue) = 178+139+133=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28B85 is #4D747A. Grayscale: #969696. Windows color (decimal): -5076091 or 8752050. OLE color: 8752050.

HSL color Cylindrical-coordinate representation of color #B28B85: hue angle of 8º 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 #B28B85 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 139 133 -
CMYK 0 0.22 0.25 0.30
HSL 0.23% 0.61% -
HSV(B) 0.25% 0.7% -
XYZ 31.83 29.62 26.23 -
YUV 149.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 178 139 133 0 0.22 0.25 0.30 8 0.23 0.61
Hex B2 8B 85 0 16 19 1E 8 17 3D
Octal 262 213 205 0 26 31 36 10 27 75
Binary 10110010 10001011 10000101 0 10110 11001 11110 1000 10111 111101

Color Harmonies of #B28B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28B85

Black with #B28B85

Text Example


Text Example

White with #B28B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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