Html Css Color HEX #B28D56 Teak

📋 copy color: '#B28D56'

red 178 ◦ green 141 ◦ blue 86

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

Shades of Teak #B28D56

Tints of Teak #B28D56

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.81%

 BLUE value IS 86 (33.98% from 255) = 21.23%

R = 43.95%
G = 34.81%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B28D56 (or 0xB28D56) is known color: Teak. HEX triplet: B2, 8D and 56. RGB value is (178,141,86). Sum of RGB (Red+Green+Blue) = 178+141+86=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28D56 is #4D72A9. Grayscale: #929292. Windows color (decimal): -5075626 or 5672370. OLE color: 5672370.

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

Color convert

RGB 178 141 86 -
CMYK 0 0.21 0.52 0.30
HSL 35.87º 0.37% 0.52% -
HSV(B) 35.87º 0.52% 0.7% -
XYZ 29.56 29.19 12.88 -
YUV 145.79 94.26 150.97 -
System Red Green Blue C M Y K H S L
Decimal 178 141 86 0 0.21 0.52 0.30 35.87 0.37 0.52
Hex B2 8D 56 0 15 34 1E 24 25 34
Octal 262 215 126 0 25 64 36 44 45 64
Binary 10110010 10001101 1010110 0 10101 110100 11110 100100 100101 110100

Color Harmonies of #B28D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28D56

Black with #B28D56

Text Example


Text Example

White with #B28D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28D56; }

 p { color: rgb(178,141,86); }

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

background-color css

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

 a { background-color: rgb(178,141,86); }

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

border-color css

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

 span { border-color: rgb(178,141,86); }

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