Html Css Color HEX #B3712D Reno Sand

📋 copy color: '#B3712D'

red 179 ◦ green 113 ◦ blue 45

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

Shades of Reno Sand #B3712D

Tints of Reno Sand #B3712D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.35%

R = 53.12%
G = 33.53%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3712D (or 0xB3712D) is known color: Reno Sand. HEX triplet: B3, 71 and 2D. RGB value is (179,113,45). Sum of RGB (Red+Green+Blue) = 179+113+45=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B3712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3712D is #4C8ED2. Grayscale: #7D7D7D. Windows color (decimal): -5017299 or 2978227. OLE color: 2978227.

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

Color convert

RGB 179 113 45 -
CMYK 0 0.37 0.75 0.30
HSL 30.45º 0.6% 0.44% -
HSV(B) 30.45º 0.75% 0.7% -
XYZ 24.97 21.58 5.33 -
YUV 124.98 82.87 166.53 -
System Red Green Blue C M Y K H S L
Decimal 179 113 45 0 0.37 0.75 0.30 30.45 0.6 0.44
Hex B3 71 2D 0 25 4B 1E 1E 3C 2C
Octal 263 161 55 0 45 113 36 36 74 54
Binary 10110011 1110001 101101 0 100101 1001011 11110 11110 111100 101100

Color Harmonies of #B3712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3712D

Black with #B3712D

Text Example


Text Example

White with #B3712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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