Html Css Color HEX #B08B4A Teak

📋 copy color: '#B08B4A'

red 176 ◦ green 139 ◦ blue 74

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

Shades of Teak #B08B4A

Tints of Teak #B08B4A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.73%

 BLUE value IS 74 (29.3% from 255) = 19.02%

R = 45.24%
G = 35.73%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B08B4A (or 0xB08B4A) is known color: Teak. HEX triplet: B0, 8B and 4A. RGB value is (176,139,74). Sum of RGB (Red+Green+Blue) = 176+139+74=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08B4A is #4F74B5. Grayscale: #8E8E8E. Windows color (decimal): -5207222 or 4885424. OLE color: 4885424.

HSL color Cylindrical-coordinate representation of color #B08B4A: hue angle of 38.24º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B08B4A is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 139 74 -
CMYK 0 0.21 0.58 0.31
HSL 38.24º 0.41% 0.49% -
HSV(B) 38.24º 0.58% 0.69% -
XYZ 28.37 28.19 10.42 -
YUV 142.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 176 139 74 0 0.21 0.58 0.31 38.24 0.41 0.49
Hex B0 8B 4A 0 15 3A 1F 26 29 31
Octal 260 213 112 0 25 72 37 46 51 61
Binary 10110000 10001011 1001010 0 10101 111010 11111 100110 101001 110001

Color Harmonies of #B08B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08B4A

Black with #B08B4A

Text Example


Text Example

White with #B08B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08B4A; }

 p { color: rgb(176,139,74); }

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

background-color css

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

 a { background-color: rgb(176,139,74); }

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

border-color css

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

 span { border-color: rgb(176,139,74); }

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