Html Css Color HEX #B08066 Medium Wood

📋 copy color: '#B08066'

red 176 ◦ green 128 ◦ blue 102

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

Shades of Medium Wood #B08066

Tints of Medium Wood #B08066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.53%

 BLUE value IS 102 (40.23% from 255) = 25.12%

R = 43.35%
G = 31.53%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B08066 (or 0xB08066) is known color: Medium Wood. HEX triplet: B0, 80 and 66. RGB value is (176,128,102). Sum of RGB (Red+Green+Blue) = 176+128+102=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B08066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08066 is #4F7F99. Grayscale: #8B8B8B. Windows color (decimal): -5210010 or 6717616. OLE color: 6717616.

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

Color convert

RGB 176 128 102 -
CMYK 0 0.27 0.42 0.31
HSL 21.08º 0.32% 0.55% -
HSV(B) 21.08º 0.42% 0.69% -
XYZ 28.02 25.63 16.04 -
YUV 139.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 176 128 102 0 0.27 0.42 0.31 21.08 0.32 0.55
Hex B0 80 66 0 1B 2A 1F 15 20 37
Octal 260 200 146 0 33 52 37 25 40 67
Binary 10110000 10000000 1100110 0 11011 101010 11111 10101 100000 110111

Color Harmonies of #B08066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08066

Black with #B08066

Text Example


Text Example

White with #B08066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08066; }

 p { color: rgb(176,128,102); }

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

background-color css

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

 a { background-color: rgb(176,128,102); }

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

border-color css

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

 span { border-color: rgb(176,128,102); }

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