Html Css Color HEX #B9825D Medium Wood

📋 copy color: '#B9825D'

red 185 ◦ green 130 ◦ blue 93

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

Shades of Medium Wood #B9825D

Tints of Medium Wood #B9825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.79%

R = 45.34%
G = 31.86%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9825D (or 0xB9825D) is known color: Medium Wood. HEX triplet: B9, 82 and 5D. RGB value is (185,130,93). Sum of RGB (Red+Green+Blue) = 185+130+93=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9825D is #467DA2. Grayscale: #8E8E8E. Windows color (decimal): -4619683 or 6128313. OLE color: 6128313.

HSL color Cylindrical-coordinate representation of color #B9825D: hue angle of 24.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9825D is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 93 -
CMYK 0 0.30 0.50 0.27
HSL 24.13º 0.4% 0.55% -
HSV(B) 24.13º 0.5% 0.73% -
XYZ 29.97 27.07 14 -
YUV 142.23 100.22 158.51 -
System Red Green Blue C M Y K H S L
Decimal 185 130 93 0 0.30 0.50 0.27 24.13 0.4 0.55
Hex B9 82 5D 0 1E 32 1B 18 28 37
Octal 271 202 135 0 36 62 33 30 50 67
Binary 10111001 10000010 1011101 0 11110 110010 11011 11000 101000 110111

Color Harmonies of #B9825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9825D

Black with #B9825D

Text Example


Text Example

White with #B9825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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