Html Css Color HEX #B28E55 Teak

📋 copy color: '#B28E55'

red 178 ◦ green 142 ◦ blue 85

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

Shades of Teak #B28E55

Tints of Teak #B28E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.99%

R = 43.95%
G = 35.06%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B28E55 (or 0xB28E55) is known color: Teak. HEX triplet: B2, 8E and 55. RGB value is (178,142,85). Sum of RGB (Red+Green+Blue) = 178+142+85=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E55 is #4D71AA. Grayscale: #929292. Windows color (decimal): -5075371 or 5607090. OLE color: 5607090.

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

Color convert

RGB 178 142 85 -
CMYK 0 0.20 0.52 0.30
HSL 36.77º 0.38% 0.52% -
HSV(B) 36.77º 0.52% 0.7% -
XYZ 29.67 29.47 12.72 -
YUV 146.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 178 142 85 0 0.20 0.52 0.30 36.77 0.38 0.52
Hex B2 8E 55 0 14 34 1E 25 26 34
Octal 262 216 125 0 24 64 36 45 46 64
Binary 10110010 10001110 1010101 0 10100 110100 11110 100101 100110 110100

Color Harmonies of #B28E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28E55

Black with #B28E55

Text Example


Text Example

White with #B28E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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