Html Css Color HEX #B37538 Reno Sand

📋 copy color: '#B37538'

red 179 ◦ green 117 ◦ blue 56

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

Shades of Reno Sand #B37538

Tints of Reno Sand #B37538

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.24%

 BLUE value IS 56 (22.27% from 255) = 15.91%

R = 50.85%
G = 33.24%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B37538 (or 0xB37538) is known color: Reno Sand. HEX triplet: B3, 75 and 38. RGB value is (179,117,56). Sum of RGB (Red+Green+Blue) = 179+117+56=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B37538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37538 is #4C8AC7. Grayscale: #808080. Windows color (decimal): -5016264 or 3700147. OLE color: 3700147.

HSL color Cylindrical-coordinate representation of color #B37538: hue angle of 29.76º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B37538 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 117 56 -
CMYK 0 0.35 0.69 0.30
HSL 29.76º 0.52% 0.46% -
HSV(B) 29.76º 0.69% 0.7% -
XYZ 25.67 22.59 6.75 -
YUV 128.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 179 117 56 0 0.35 0.69 0.30 29.76 0.52 0.46
Hex B3 75 38 0 23 45 1E 1E 34 2E
Octal 263 165 70 0 43 105 36 36 64 56
Binary 10110011 1110101 111000 0 100011 1000101 11110 11110 110100 101110

Color Harmonies of #B37538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37538

Black with #B37538

Text Example


Text Example

White with #B37538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37538; }

 p { color: rgb(179,117,56); }

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

background-color css

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

 a { background-color: rgb(179,117,56); }

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

border-color css

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

 span { border-color: rgb(179,117,56); }

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