Html Css Color HEX #B08269 Medium Wood

📋 copy color: '#B08269'

red 176 ◦ green 130 ◦ blue 105

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

Shades of Medium Wood #B08269

Tints of Medium Wood #B08269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.63%

 BLUE value IS 105 (41.41% from 255) = 25.55%

R = 42.82%
G = 31.63%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B08269 (or 0xB08269) is known color: Medium Wood. HEX triplet: B0, 82 and 69. RGB value is (176,130,105). Sum of RGB (Red+Green+Blue) = 176+130+105=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B08269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08269 is #4F7D96. Grayscale: #8D8D8D. Windows color (decimal): -5209495 or 6914736. OLE color: 6914736.

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

Color convert

RGB 176 130 105 -
CMYK 0 0.26 0.40 0.31
HSL 21.13º 0.31% 0.55% -
HSV(B) 21.13º 0.4% 0.69% -
XYZ 28.44 26.22 16.93 -
YUV 140.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 176 130 105 0 0.26 0.40 0.31 21.13 0.31 0.55
Hex B0 82 69 0 1A 28 1F 15 1F 37
Octal 260 202 151 0 32 50 37 25 37 67
Binary 10110000 10000010 1101001 0 11010 101000 11111 10101 11111 110111

Color Harmonies of #B08269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08269

Black with #B08269

Text Example


Text Example

White with #B08269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08269; }

 p { color: rgb(176,130,105); }

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

background-color css

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

 a { background-color: rgb(176,130,105); }

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

border-color css

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

 span { border-color: rgb(176,130,105); }

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