Html Css Color HEX #B08067 Medium Wood

📋 copy color: '#B08067'

red 176 ◦ green 128 ◦ blue 103

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

Shades of Medium Wood #B08067

Tints of Medium Wood #B08067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.31%

R = 43.24%
G = 31.45%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B08067 (or 0xB08067) is known color: Medium Wood. HEX triplet: B0, 80 and 67. RGB value is (176,128,103). Sum of RGB (Red+Green+Blue) = 176+128+103=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B08067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08067 is #4F7F98. Grayscale: #8B8B8B. Windows color (decimal): -5210009 or 6783152. OLE color: 6783152.

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

Color convert

RGB 176 128 103 -
CMYK 0 0.27 0.41 0.31
HSL 20.55º 0.32% 0.55% -
HSV(B) 20.55º 0.41% 0.69% -
XYZ 28.07 25.65 16.3 -
YUV 139.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 176 128 103 0 0.27 0.41 0.31 20.55 0.32 0.55
Hex B0 80 67 0 1B 29 1F 15 20 37
Octal 260 200 147 0 33 51 37 25 40 67
Binary 10110000 10000000 1100111 0 11011 101001 11111 10101 100000 110111

Color Harmonies of #B08067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08067

Black with #B08067

Text Example


Text Example

White with #B08067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08067; }

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

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

background-color css

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

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

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

border-color css

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

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

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