Html Css Color HEX #B08D50 Teak

📋 copy color: '#B08D50'

red 176 ◦ green 141 ◦ blue 80

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

Shades of Teak #B08D50

Tints of Teak #B08D50

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.52%

 BLUE value IS 80 (31.64% from 255) = 20.15%

R = 44.33%
G = 35.52%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B08D50 (or 0xB08D50) is known color: Teak. HEX triplet: B0, 8D and 50. RGB value is (176,141,80). Sum of RGB (Red+Green+Blue) = 176+141+80=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D50 is #4F72AF. Grayscale: #909090. Windows color (decimal): -5206704 or 5279152. OLE color: 5279152.

HSL color Cylindrical-coordinate representation of color #B08D50: hue angle of 38.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B08D50 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 141 80 -
CMYK 0 0.20 0.55 0.31
HSL 38.13º 0.38% 0.5% -
HSV(B) 38.13º 0.55% 0.69% -
XYZ 28.88 28.86 11.64 -
YUV 144.51 91.6 150.46 -
System Red Green Blue C M Y K H S L
Decimal 176 141 80 0 0.20 0.55 0.31 38.13 0.38 0.5
Hex B0 8D 50 0 14 37 1F 26 26 32
Octal 260 215 120 0 24 67 37 46 46 62
Binary 10110000 10001101 1010000 0 10100 110111 11111 100110 100110 110010

Color Harmonies of #B08D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08D50

Black with #B08D50

Text Example


Text Example

White with #B08D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08D50; }

 p { color: rgb(176,141,80); }

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

background-color css

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

 a { background-color: rgb(176,141,80); }

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

border-color css

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

 span { border-color: rgb(176,141,80); }

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