Html Css Color HEX #B3732E Reno Sand

📋 copy color: '#B3732E'

red 179 ◦ green 115 ◦ blue 46

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

Shades of Reno Sand #B3732E

Tints of Reno Sand #B3732E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.53%

R = 52.65%
G = 33.82%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3732E (or 0xB3732E) is known color: Reno Sand. HEX triplet: B3, 73 and 2E. RGB value is (179,115,46). Sum of RGB (Red+Green+Blue) = 179+115+46=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B3732E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3732E is #4C8CD1. Grayscale: #7E7E7E. Windows color (decimal): -5016786 or 3044275. OLE color: 3044275.

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

Color convert

RGB 179 115 46 -
CMYK 0 0.36 0.74 0.30
HSL 31.13º 0.59% 0.44% -
HSV(B) 31.13º 0.74% 0.7% -
XYZ 25.21 22.04 5.51 -
YUV 126.27 82.7 165.61 -
System Red Green Blue C M Y K H S L
Decimal 179 115 46 0 0.36 0.74 0.30 31.13 0.59 0.44
Hex B3 73 2E 0 24 4A 1E 1F 3B 2C
Octal 263 163 56 0 44 112 36 37 73 54
Binary 10110011 1110011 101110 0 100100 1001010 11110 11111 111011 101100

Color Harmonies of #B3732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3732E

Black with #B3732E

Text Example


Text Example

White with #B3732E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3732E; }

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

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

background-color css

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

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

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

border-color css

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

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

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