Html Css Color HEX #B3712F Reno Sand

📋 copy color: '#B3712F'

red 179 ◦ green 113 ◦ blue 47

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

Shades of Reno Sand #B3712F

Tints of Reno Sand #B3712F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

 BLUE value IS 47 (18.75% from 255) = 13.86%

R = 52.8%
G = 33.33%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3712F (or 0xB3712F) is known color: Reno Sand. HEX triplet: B3, 71 and 2F. RGB value is (179,113,47). Sum of RGB (Red+Green+Blue) = 179+113+47=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3712F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3712F is #4C8ED0. Grayscale: #7D7D7D. Windows color (decimal): -5017297 or 3109299. OLE color: 3109299.

HSL color Cylindrical-coordinate representation of color #B3712F: hue angle of 30º degrees, saturation: 0.58, 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 #B3712F is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 113 47 -
CMYK 0 0.37 0.74 0.30
HSL 30º 0.58% 0.44% -
HSV(B) 30º 0.74% 0.7% -
XYZ 25.01 21.6 5.54 -
YUV 125.21 83.87 166.37 -
System Red Green Blue C M Y K H S L
Decimal 179 113 47 0 0.37 0.74 0.30 30 0.58 0.44
Hex B3 71 2F 0 25 4A 1E 1E 3A 2C
Octal 263 161 57 0 45 112 36 36 72 54
Binary 10110011 1110001 101111 0 100101 1001010 11110 11110 111010 101100

Color Harmonies of #B3712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3712F

Black with #B3712F

Text Example


Text Example

White with #B3712F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3712F; }

 p { color: rgb(179,113,47); }

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

background-color css

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

 a { background-color: rgb(179,113,47); }

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

border-color css

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

 span { border-color: rgb(179,113,47); }

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