Html Css Color HEX #B08A59 Teak

📋 copy color: '#B08A59'

red 176 ◦ green 138 ◦ blue 89

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

Shades of Teak #B08A59

Tints of Teak #B08A59

RGB

 RED value IS 176 (69.14% from 255) = 43.67%

 GREEN value IS 138 (54.3% from 255) = 34.24%

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

R = 43.67%
G = 34.24%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B08A59 (or 0xB08A59) is known color: Teak. HEX triplet: B0, 8A and 59. RGB value is (176,138,89). Sum of RGB (Red+Green+Blue) = 176+138+89=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A59 is #4F75A6. Grayscale: #909090. Windows color (decimal): -5207463 or 5868208. OLE color: 5868208.

HSL color Cylindrical-coordinate representation of color #B08A59: hue angle of 33.79º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B08A59 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 138 89 -
CMYK 0 0.22 0.49 0.31
HSL 33.79º 0.36% 0.52% -
HSV(B) 33.79º 0.49% 0.69% -
XYZ 28.8 28.13 13.36 -
YUV 143.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 176 138 89 0 0.22 0.49 0.31 33.79 0.36 0.52
Hex B0 8A 59 0 16 31 1F 22 24 34
Octal 260 212 131 0 26 61 37 42 44 64
Binary 10110000 10001010 1011001 0 10110 110001 11111 100010 100100 110100

Color Harmonies of #B08A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08A59

Black with #B08A59

Text Example


Text Example

White with #B08A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08A59; }

 p { color: rgb(176,138,89); }

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

background-color css

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

 a { background-color: rgb(176,138,89); }

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

border-color css

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

 span { border-color: rgb(176,138,89); }

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