Html Css Color HEX #B7805B Medium Wood

📋 copy color: '#B7805B'

red 183 ◦ green 128 ◦ blue 91

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

Shades of Medium Wood #B7805B

Tints of Medium Wood #B7805B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.64%

R = 45.52%
G = 31.84%
B = 22.64%

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

#B7805B (or 0xB7805B) is known color: Medium Wood. HEX triplet: B7, 80 and 5B. RGB value is (183,128,91). Sum of RGB (Red+Green+Blue) = 183+128+91=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B7805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7805B is #487FA4. Grayscale: #8C8C8C. Windows color (decimal): -4751269 or 5996727. OLE color: 5996727.

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

Color convert

RGB 183 128 91 -
CMYK 0 0.30 0.50 0.28
HSL 24.13º 0.39% 0.54% -
HSV(B) 24.13º 0.5% 0.72% -
XYZ 29.14 26.26 13.43 -
YUV 140.23 100.22 158.51 -
System Red Green Blue C M Y K H S L
Decimal 183 128 91 0 0.30 0.50 0.28 24.13 0.39 0.54
Hex B7 80 5B 0 1E 32 1C 18 27 36
Octal 267 200 133 0 36 62 34 30 47 66
Binary 10110111 10000000 1011011 0 11110 110010 11100 11000 100111 110110

Color Harmonies of #B7805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7805B

Black with #B7805B

Text Example


Text Example

White with #B7805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7805B; }

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

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

background-color css

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

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

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

border-color css

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

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

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