Html Css Color HEX #B28855 Teak

📋 copy color: '#B28855'

red 178 ◦ green 136 ◦ blue 85

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

Shades of Teak #B28855

Tints of Teak #B28855

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.09%

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

R = 44.61%
G = 34.09%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B28855 (or 0xB28855) is known color: Teak. HEX triplet: B2, 88 and 55. RGB value is (178,136,85). Sum of RGB (Red+Green+Blue) = 178+136+85=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B28855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28855 is #4D77AA. Grayscale: #8E8E8E. Windows color (decimal): -5076907 or 5605554. OLE color: 5605554.

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

Color convert

RGB 178 136 85 -
CMYK 0 0.24 0.52 0.30
HSL 32.9º 0.38% 0.52% -
HSV(B) 32.9º 0.52% 0.7% -
XYZ 28.8 27.73 12.43 -
YUV 142.74 95.41 153.15 -
System Red Green Blue C M Y K H S L
Decimal 178 136 85 0 0.24 0.52 0.30 32.9 0.38 0.52
Hex B2 88 55 0 18 34 1E 21 26 34
Octal 262 210 125 0 30 64 36 41 46 64
Binary 10110010 10001000 1010101 0 11000 110100 11110 100001 100110 110100

Color Harmonies of #B28855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28855

Black with #B28855

Text Example


Text Example

White with #B28855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28855; }

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

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

background-color css

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

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

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

border-color css

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

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

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