Html Css Color HEX #B29051 Teak

📋 copy color: '#B29051'

red 178 ◦ green 144 ◦ blue 81

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

Shades of Teak #B29051

Tints of Teak #B29051

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.73%

 BLUE value IS 81 (32.03% from 255) = 20.1%

R = 44.17%
G = 35.73%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B29051 (or 0xB29051) is known color: Teak. HEX triplet: B2, 90 and 51. RGB value is (178,144,81). Sum of RGB (Red+Green+Blue) = 178+144+81=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B29051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29051 is #4D6FAE. Grayscale: #939393. Windows color (decimal): -5074863 or 5345458. OLE color: 5345458.

HSL color Cylindrical-coordinate representation of color #B29051: hue angle of 38.97º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B29051 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 144 81 -
CMYK 0 0.19 0.54 0.30
HSL 38.97º 0.39% 0.51% -
HSV(B) 38.97º 0.54% 0.7% -
XYZ 29.82 30.01 12 -
YUV 146.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 178 144 81 0 0.19 0.54 0.30 38.97 0.39 0.51
Hex B2 90 51 0 13 36 1E 27 27 33
Octal 262 220 121 0 23 66 36 47 47 63
Binary 10110010 10010000 1010001 0 10011 110110 11110 100111 100111 110011

Color Harmonies of #B29051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29051

Black with #B29051

Text Example


Text Example

White with #B29051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29051; }

 p { color: rgb(178,144,81); }

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

background-color css

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

 a { background-color: rgb(178,144,81); }

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

border-color css

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

 span { border-color: rgb(178,144,81); }

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