Html Css Color HEX #B08A58 Teak

📋 copy color: '#B08A58'

red 176 ◦ green 138 ◦ blue 88

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

Shades of Teak #B08A58

Tints of Teak #B08A58

RGB

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

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

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

R = 43.78%
G = 34.33%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B08A58 (or 0xB08A58) is known color: Teak. HEX triplet: B0, 8A and 58. RGB value is (176,138,88). Sum of RGB (Red+Green+Blue) = 176+138+88=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A58 is #4F75A7. Grayscale: #8F8F8F. Windows color (decimal): -5207464 or 5802672. OLE color: 5802672.

HSL color Cylindrical-coordinate representation of color #B08A58: hue angle of 34.09º 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 #B08A58 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 138 88 -
CMYK 0 0.22 0.50 0.31
HSL 34.09º 0.36% 0.52% -
HSV(B) 34.09º 0.5% 0.69% -
XYZ 28.75 28.11 13.14 -
YUV 143.66 96.59 151.07 -
System Red Green Blue C M Y K H S L
Decimal 176 138 88 0 0.22 0.50 0.31 34.09 0.36 0.52
Hex B0 8A 58 0 16 32 1F 22 24 34
Octal 260 212 130 0 26 62 37 42 44 64
Binary 10110000 10001010 1011000 0 10110 110010 11111 100010 100100 110100

Color Harmonies of #B08A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08A58

Black with #B08A58

Text Example


Text Example

White with #B08A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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