Html Css Color HEX #B37338 Reno Sand

📋 copy color: '#B37338'

red 179 ◦ green 115 ◦ blue 56

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

Shades of Reno Sand #B37338

Tints of Reno Sand #B37338

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.86%

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

R = 51.14%
G = 32.86%
B = 16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B37338 (or 0xB37338) is known color: Reno Sand. HEX triplet: B3, 73 and 38. RGB value is (179,115,56). Sum of RGB (Red+Green+Blue) = 179+115+56=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B37338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37338 is #4C8CC7. Grayscale: #7F7F7F. Windows color (decimal): -5016776 or 3699635. OLE color: 3699635.

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

Color convert

RGB 179 115 56 -
CMYK 0 0.36 0.69 0.30
HSL 28.78º 0.52% 0.46% -
HSV(B) 28.78º 0.69% 0.7% -
XYZ 25.43 22.13 6.67 -
YUV 127.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 179 115 56 0 0.36 0.69 0.30 28.78 0.52 0.46
Hex B3 73 38 0 24 45 1E 1D 34 2E
Octal 263 163 70 0 44 105 36 35 64 56
Binary 10110011 1110011 111000 0 100100 1000101 11110 11101 110100 101110

Color Harmonies of #B37338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37338

Black with #B37338

Text Example


Text Example

White with #B37338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37338; }

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

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

background-color css

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

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

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

border-color css

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

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

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