Html Css Color HEX #B28459 Teak

📋 copy color: '#B28459'

red 178 ◦ green 132 ◦ blue 89

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

Shades of Teak #B28459

Tints of Teak #B28459

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.08%

 BLUE value IS 89 (35.16% from 255) = 22.31%

R = 44.61%
G = 33.08%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#B28459 (or 0xB28459) is known color: Teak. HEX triplet: B2, 84 and 59. RGB value is (178,132,89). Sum of RGB (Red+Green+Blue) = 178+132+89=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B28459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28459 is #4D7BA6. Grayscale: #8D8D8D. Windows color (decimal): -5077927 or 5866674. OLE color: 5866674.

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

Color convert

RGB 178 132 89 -
CMYK 0 0.26 0.5 0.30
HSL 28.99º 0.37% 0.52% -
HSV(B) 28.99º 0.5% 0.7% -
XYZ 28.41 26.69 13.11 -
YUV 140.85 98.74 154.5 -
System Red Green Blue C M Y K H S L
Decimal 178 132 89 0 0.26 0.5 0.30 28.99 0.37 0.52
Hex B2 84 59 0 1A 32 1E 1D 25 34
Octal 262 204 131 0 32 62 36 35 45 64
Binary 10110010 10000100 1011001 0 11010 110010 11110 11101 100101 110100

Color Harmonies of #B28459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28459

Black with #B28459

Text Example


Text Example

White with #B28459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28459; }

 p { color: rgb(178,132,89); }

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

background-color css

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

 a { background-color: rgb(178,132,89); }

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

border-color css

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

 span { border-color: rgb(178,132,89); }

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