Html Css Color HEX #B9825C Medium Wood

📋 copy color: '#B9825C'

red 185 ◦ green 130 ◦ blue 92

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

Shades of Medium Wood #B9825C

Tints of Medium Wood #B9825C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.6%

R = 45.45%
G = 31.94%
B = 22.6%

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

#B9825C (or 0xB9825C) is known color: Medium Wood. HEX triplet: B9, 82 and 5C. RGB value is (185,130,92). Sum of RGB (Red+Green+Blue) = 185+130+92=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9825C is #467DA3. Grayscale: #8E8E8E. Windows color (decimal): -4619684 or 6062777. OLE color: 6062777.

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

Color convert

RGB 185 130 92 -
CMYK 0 0.30 0.50 0.27
HSL 24.52º 0.4% 0.54% -
HSV(B) 24.52º 0.5% 0.73% -
XYZ 29.92 27.05 13.77 -
YUV 142.11 99.72 158.59 -
System Red Green Blue C M Y K H S L
Decimal 185 130 92 0 0.30 0.50 0.27 24.52 0.4 0.54
Hex B9 82 5C 0 1E 32 1B 19 28 36
Octal 271 202 134 0 36 62 33 31 50 66
Binary 10111001 10000010 1011100 0 11110 110010 11011 11001 101000 110110

Color Harmonies of #B9825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9825C

Black with #B9825C

Text Example


Text Example

White with #B9825C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9825C; }

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

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

background-color css

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

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

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

border-color css

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

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

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