Html Css Color HEX #B08D4D Teak

📋 copy color: '#B08D4D'

red 176 ◦ green 141 ◦ blue 77

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

Shades of Teak #B08D4D

Tints of Teak #B08D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 44.67%
G = 35.79%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B08D4D (or 0xB08D4D) is known color: Teak. HEX triplet: B0, 8D and 4D. RGB value is (176,141,77). Sum of RGB (Red+Green+Blue) = 176+141+77=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08D4D is #4F72B2. Grayscale: #909090. Windows color (decimal): -5206707 or 5082544. OLE color: 5082544.

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

Color convert

RGB 176 141 77 -
CMYK 0 0.20 0.56 0.31
HSL 38.79º 0.39% 0.5% -
HSV(B) 38.79º 0.56% 0.69% -
XYZ 28.77 28.82 11.07 -
YUV 144.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 176 141 77 0 0.20 0.56 0.31 38.79 0.39 0.5
Hex B0 8D 4D 0 14 38 1F 27 27 32
Octal 260 215 115 0 24 70 37 47 47 62
Binary 10110000 10001101 1001101 0 10100 111000 11111 100111 100111 110010

Color Harmonies of #B08D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08D4D

Black with #B08D4D

Text Example


Text Example

White with #B08D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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