Html Css Color HEX #B08C53 Teak

📋 copy color: '#B08C53'

red 176 ◦ green 140 ◦ blue 83

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

Shades of Teak #B08C53

Tints of Teak #B08C53

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

 BLUE value IS 83 (32.81% from 255) = 20.8%

R = 44.11%
G = 35.09%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B08C53 (or 0xB08C53) is known color: Teak. HEX triplet: B0, 8C and 53. RGB value is (176,140,83). Sum of RGB (Red+Green+Blue) = 176+140+83=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08C53 is #4F73AC. Grayscale: #909090. Windows color (decimal): -5206957 or 5475504. OLE color: 5475504.

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

Color convert

RGB 176 140 83 -
CMYK 0 0.20 0.53 0.31
HSL 36.77º 0.37% 0.51% -
HSV(B) 36.77º 0.53% 0.69% -
XYZ 28.84 28.61 12.19 -
YUV 144.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 176 140 83 0 0.20 0.53 0.31 36.77 0.37 0.51
Hex B0 8C 53 0 14 35 1F 25 25 33
Octal 260 214 123 0 24 65 37 45 45 63
Binary 10110000 10001100 1010011 0 10100 110101 11111 100101 100101 110011

Color Harmonies of #B08C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08C53

Black with #B08C53

Text Example


Text Example

White with #B08C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08C53; }

 p { color: rgb(176,140,83); }

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

background-color css

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

 a { background-color: rgb(176,140,83); }

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

border-color css

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

 span { border-color: rgb(176,140,83); }

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