Html Css Color HEX #B08E4E Teak

📋 copy color: '#B08E4E'

red 176 ◦ green 142 ◦ blue 78

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

Shades of Teak #B08E4E

Tints of Teak #B08E4E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.86%

 BLUE value IS 78 (30.86% from 255) = 19.7%

R = 44.44%
G = 35.86%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B08E4E (or 0xB08E4E) is known color: Teak. HEX triplet: B0, 8E and 4E. RGB value is (176,142,78). Sum of RGB (Red+Green+Blue) = 176+142+78=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E4E is #4F71B1. Grayscale: #919191. Windows color (decimal): -5206450 or 5148336. OLE color: 5148336.

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

Color convert

RGB 176 142 78 -
CMYK 0 0.19 0.56 0.31
HSL 39.18º 0.39% 0.5% -
HSV(B) 39.18º 0.56% 0.69% -
XYZ 28.95 29.13 11.3 -
YUV 144.87 90.26 150.2 -
System Red Green Blue C M Y K H S L
Decimal 176 142 78 0 0.19 0.56 0.31 39.18 0.39 0.5
Hex B0 8E 4E 0 13 38 1F 27 27 32
Octal 260 216 116 0 23 70 37 47 47 62
Binary 10110000 10001110 1001110 0 10011 111000 11111 100111 100111 110010

Color Harmonies of #B08E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08E4E

Black with #B08E4E

Text Example


Text Example

White with #B08E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08E4E; }

 p { color: rgb(176,142,78); }

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

background-color css

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

 a { background-color: rgb(176,142,78); }

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

border-color css

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

 span { border-color: rgb(176,142,78); }

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