Html Css Color HEX #B9825F Medium Wood

📋 copy color: '#B9825F'

red 185 ◦ green 130 ◦ blue 95

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

Shades of Medium Wood #B9825F

Tints of Medium Wood #B9825F

RGB

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

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

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

R = 45.12%
G = 31.71%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9825F (or 0xB9825F) is known color: Medium Wood. HEX triplet: B9, 82 and 5F. RGB value is (185,130,95). Sum of RGB (Red+Green+Blue) = 185+130+95=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9825F is #467DA0. Grayscale: #8E8E8E. Windows color (decimal): -4619681 or 6259385. OLE color: 6259385.

HSL color Cylindrical-coordinate representation of color #B9825F: hue angle of 23.33º 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 #B9825F is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 95 -
CMYK 0 0.30 0.49 0.27
HSL 23.33º 0.39% 0.55% -
HSV(B) 23.33º 0.49% 0.73% -
XYZ 30.06 27.11 14.47 -
YUV 142.46 101.22 158.35 -
System Red Green Blue C M Y K H S L
Decimal 185 130 95 0 0.30 0.49 0.27 23.33 0.39 0.55
Hex B9 82 5F 0 1E 31 1B 17 27 37
Octal 271 202 137 0 36 61 33 27 47 67
Binary 10111001 10000010 1011111 0 11110 110001 11011 10111 100111 110111

Color Harmonies of #B9825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9825F

Black with #B9825F

Text Example


Text Example

White with #B9825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9825F; }

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

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

background-color css

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

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

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

border-color css

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

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

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