Html Css Color HEX #B7795F Medium Wood

📋 copy color: '#B7795F'

red 183 ◦ green 121 ◦ blue 95

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

Shades of Medium Wood #B7795F

Tints of Medium Wood #B7795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.33%

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

R = 45.86%
G = 30.33%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7795F (or 0xB7795F) is known color: Medium Wood. HEX triplet: B7, 79 and 5F. RGB value is (183,121,95). Sum of RGB (Red+Green+Blue) = 183+121+95=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B7795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7795F is #4886A0. Grayscale: #888888. Windows color (decimal): -4753057 or 6257079. OLE color: 6257079.

HSL color Cylindrical-coordinate representation of color #B7795F: hue angle of 17.73º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7795F is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 121 95 -
CMYK 0 0.34 0.48 0.28
HSL 17.73º 0.38% 0.55% -
HSV(B) 17.73º 0.48% 0.72% -
XYZ 28.43 24.57 14.07 -
YUV 136.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 183 121 95 0 0.34 0.48 0.28 17.73 0.38 0.55
Hex B7 79 5F 0 22 30 1C 12 26 37
Octal 267 171 137 0 42 60 34 22 46 67
Binary 10110111 1111001 1011111 0 100010 110000 11100 10010 100110 110111

Color Harmonies of #B7795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7795F

Black with #B7795F

Text Example


Text Example

White with #B7795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7795F; }

 p { color: rgb(183,121,95); }

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

background-color css

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

 a { background-color: rgb(183,121,95); }

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

border-color css

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

 span { border-color: rgb(183,121,95); }

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