Html Css Color HEX #B37334 Reno Sand

📋 copy color: '#B37334'

red 179 ◦ green 115 ◦ blue 52

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

Shades of Reno Sand #B37334

Tints of Reno Sand #B37334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.03%

R = 51.73%
G = 33.24%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B37334 (or 0xB37334) is known color: Reno Sand. HEX triplet: B3, 73 and 34. RGB value is (179,115,52). Sum of RGB (Red+Green+Blue) = 179+115+52=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B37334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37334 is #4C8CCB. Grayscale: #7F7F7F. Windows color (decimal): -5016780 or 3437491. OLE color: 3437491.

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

Color convert

RGB 179 115 52 -
CMYK 0 0.36 0.71 0.30
HSL 29.76º 0.55% 0.45% -
HSV(B) 29.76º 0.71% 0.7% -
XYZ 25.34 22.09 6.18 -
YUV 126.95 85.7 165.12 -
System Red Green Blue C M Y K H S L
Decimal 179 115 52 0 0.36 0.71 0.30 29.76 0.55 0.45
Hex B3 73 34 0 24 47 1E 1E 37 2D
Octal 263 163 64 0 44 107 36 36 67 55
Binary 10110011 1110011 110100 0 100100 1000111 11110 11110 110111 101101

Color Harmonies of #B37334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37334

Black with #B37334

Text Example


Text Example

White with #B37334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37334; }

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

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

background-color css

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

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

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

border-color css

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

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

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