Html Css Color HEX #B08467 Medium Wood

📋 copy color: '#B08467'

red 176 ◦ green 132 ◦ blue 103

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

Shades of Medium Wood #B08467

Tints of Medium Wood #B08467

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.12%

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

R = 42.82%
G = 32.12%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B08467 (or 0xB08467) is known color: Medium Wood. HEX triplet: B0, 84 and 67. RGB value is (176,132,103). Sum of RGB (Red+Green+Blue) = 176+132+103=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B08467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08467 is #4F7B98. Grayscale: #8E8E8E. Windows color (decimal): -5208985 or 6784176. OLE color: 6784176.

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

Color convert

RGB 176 132 103 -
CMYK 0 0.25 0.41 0.31
HSL 23.84º 0.32% 0.55% -
HSV(B) 23.84º 0.41% 0.69% -
XYZ 28.6 26.71 16.48 -
YUV 141.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 176 132 103 0 0.25 0.41 0.31 23.84 0.32 0.55
Hex B0 84 67 0 19 29 1F 18 20 37
Octal 260 204 147 0 31 51 37 30 40 67
Binary 10110000 10000100 1100111 0 11001 101001 11111 11000 100000 110111

Color Harmonies of #B08467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08467

Black with #B08467

Text Example


Text Example

White with #B08467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08467; }

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

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

background-color css

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

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

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

border-color css

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

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

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