Html Css Color HEX #B7805C Medium Wood

📋 copy color: '#B7805C'

red 183 ◦ green 128 ◦ blue 92

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

Shades of Medium Wood #B7805C

Tints of Medium Wood #B7805C

RGB

 RED value IS 183 (71.88% from 255) = 45.41%

 GREEN value IS 128 (50.39% from 255) = 31.76%

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

R = 45.41%
G = 31.76%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7805C (or 0xB7805C) is known color: Medium Wood. HEX triplet: B7, 80 and 5C. RGB value is (183,128,92). Sum of RGB (Red+Green+Blue) = 183+128+92=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B7805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7805C is #487FA3. Grayscale: #8C8C8C. Windows color (decimal): -4751268 or 6062263. OLE color: 6062263.

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

Color convert

RGB 183 128 92 -
CMYK 0 0.30 0.50 0.28
HSL 23.74º 0.39% 0.54% -
HSV(B) 23.74º 0.5% 0.72% -
XYZ 29.18 26.28 13.66 -
YUV 140.34 100.72 158.43 -
System Red Green Blue C M Y K H S L
Decimal 183 128 92 0 0.30 0.50 0.28 23.74 0.39 0.54
Hex B7 80 5C 0 1E 32 1C 18 27 36
Octal 267 200 134 0 36 62 34 30 47 66
Binary 10110111 10000000 1011100 0 11110 110010 11100 11000 100111 110110

Color Harmonies of #B7805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7805C

Black with #B7805C

Text Example


Text Example

White with #B7805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7805C; }

 p { color: rgb(183,128,92); }

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

background-color css

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

 a { background-color: rgb(183,128,92); }

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

border-color css

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

 span { border-color: rgb(183,128,92); }

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