Html Css Color HEX #B08458 Teak

📋 copy color: '#B08458'

red 176 ◦ green 132 ◦ blue 88

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

Shades of Teak #B08458

Tints of Teak #B08458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.22%

R = 44.44%
G = 33.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B08458 (or 0xB08458) is known color: Teak. HEX triplet: B0, 84 and 58. RGB value is (176,132,88). Sum of RGB (Red+Green+Blue) = 176+132+88=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B08458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08458 is #4F7BA7. Grayscale: #8C8C8C. Windows color (decimal): -5209000 or 5801136. OLE color: 5801136.

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

Color convert

RGB 176 132 88 -
CMYK 0 0.25 0.50 0.31
HSL 30º 0.36% 0.52% -
HSV(B) 30º 0.5% 0.69% -
XYZ 27.92 26.44 12.86 -
YUV 140.14 98.58 153.58 -
System Red Green Blue C M Y K H S L
Decimal 176 132 88 0 0.25 0.50 0.31 30 0.36 0.52
Hex B0 84 58 0 19 32 1F 1E 24 34
Octal 260 204 130 0 31 62 37 36 44 64
Binary 10110000 10000100 1011000 0 11001 110010 11111 11110 100100 110100

Color Harmonies of #B08458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08458

Black with #B08458

Text Example


Text Example

White with #B08458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08458; }

 p { color: rgb(176,132,88); }

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

background-color css

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

 a { background-color: rgb(176,132,88); }

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

border-color css

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

 span { border-color: rgb(176,132,88); }

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