Html Css Color HEX #B08F52 Teak

📋 copy color: '#B08F52'

red 176 ◦ green 143 ◦ blue 82

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

Shades of Teak #B08F52

Tints of Teak #B08F52

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

 BLUE value IS 82 (32.42% from 255) = 20.45%

R = 43.89%
G = 35.66%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B08F52 (or 0xB08F52) is known color: Teak. HEX triplet: B0, 8F and 52. RGB value is (176,143,82). Sum of RGB (Red+Green+Blue) = 176+143+82=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08F52 is #4F70AD. Grayscale: #929292. Windows color (decimal): -5206190 or 5410736. OLE color: 5410736.

HSL color Cylindrical-coordinate representation of color #B08F52: hue angle of 38.94º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B08F52 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 143 82 -
CMYK 0 0.19 0.53 0.31
HSL 38.94º 0.37% 0.51% -
HSV(B) 38.94º 0.53% 0.69% -
XYZ 29.25 29.48 12.13 -
YUV 145.91 91.93 149.46 -
System Red Green Blue C M Y K H S L
Decimal 176 143 82 0 0.19 0.53 0.31 38.94 0.37 0.51
Hex B0 8F 52 0 13 35 1F 27 25 33
Octal 260 217 122 0 23 65 37 47 45 63
Binary 10110000 10001111 1010010 0 10011 110101 11111 100111 100101 110011

Color Harmonies of #B08F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08F52

Black with #B08F52

Text Example


Text Example

White with #B08F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08F52; }

 p { color: rgb(176,143,82); }

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

background-color css

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

 a { background-color: rgb(176,143,82); }

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

border-color css

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

 span { border-color: rgb(176,143,82); }

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