Html Css Color HEX #B37B5F Medium Wood

📋 copy color: '#B37B5F'

red 179 ◦ green 123 ◦ blue 95

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

Shades of Medium Wood #B37B5F

Tints of Medium Wood #B37B5F

RGB

 RED value IS 179 (70.31% from 255) = 45.09%

 GREEN value IS 123 (48.44% from 255) = 30.98%

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

R = 45.09%
G = 30.98%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B37B5F (or 0xB37B5F) is known color: Medium Wood. HEX triplet: B3, 7B and 5F. RGB value is (179,123,95). Sum of RGB (Red+Green+Blue) = 179+123+95=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37B5F is #4C84A0. Grayscale: #888888. Windows color (decimal): -5014689 or 6257587. OLE color: 6257587.

HSL color Cylindrical-coordinate representation of color #B37B5F: hue angle of 20º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B37B5F is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 123 95 -
CMYK 0 0.31 0.47 0.30
HSL 20º 0.36% 0.54% -
HSV(B) 20º 0.47% 0.7% -
XYZ 27.74 24.58 14.11 -
YUV 136.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 179 123 95 0 0.31 0.47 0.30 20 0.36 0.54
Hex B3 7B 5F 0 1F 2F 1E 14 24 36
Octal 263 173 137 0 37 57 36 24 44 66
Binary 10110011 1111011 1011111 0 11111 101111 11110 10100 100100 110110

Color Harmonies of #B37B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37B5F

Black with #B37B5F

Text Example


Text Example

White with #B37B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37B5F; }

 p { color: rgb(179,123,95); }

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

background-color css

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

 a { background-color: rgb(179,123,95); }

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

border-color css

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

 span { border-color: rgb(179,123,95); }

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