Html Css Color HEX #B9835F Medium Wood

📋 copy color: '#B9835F'

red 185 ◦ green 131 ◦ blue 95

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

Shades of Medium Wood #B9835F

Tints of Medium Wood #B9835F

RGB

 RED value IS 185 (72.66% from 255) = 45.01%

 GREEN value IS 131 (51.56% from 255) = 31.87%

 BLUE value IS 95 (37.5% from 255) = 23.11%

R = 45.01%
G = 31.87%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9835F (or 0xB9835F) is known color: Medium Wood. HEX triplet: B9, 83 and 5F. RGB value is (185,131,95). Sum of RGB (Red+Green+Blue) = 185+131+95=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9835F is #467CA0. Grayscale: #8F8F8F. Windows color (decimal): -4619425 or 6259641. OLE color: 6259641.

HSL color Cylindrical-coordinate representation of color #B9835F: hue angle of 24º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9835F is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 131 95 -
CMYK 0 0.29 0.49 0.27
HSL 24º 0.39% 0.55% -
HSV(B) 24º 0.49% 0.73% -
XYZ 30.19 27.37 14.52 -
YUV 143.04 100.89 157.93 -
System Red Green Blue C M Y K H S L
Decimal 185 131 95 0 0.29 0.49 0.27 24 0.39 0.55
Hex B9 83 5F 0 1D 31 1B 18 27 37
Octal 271 203 137 0 35 61 33 30 47 67
Binary 10111001 10000011 1011111 0 11101 110001 11011 11000 100111 110111

Color Harmonies of #B9835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9835F

Black with #B9835F

Text Example


Text Example

White with #B9835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9835F; }

 p { color: rgb(185,131,95); }

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

background-color css

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

 a { background-color: rgb(185,131,95); }

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

border-color css

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

 span { border-color: rgb(185,131,95); }

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