Html Css Color HEX #B4712D Reno Sand

📋 copy color: '#B4712D'

red 180 ◦ green 113 ◦ blue 45

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

Shades of Reno Sand #B4712D

Tints of Reno Sand #B4712D

RGB

 RED value IS 180 (70.7% from 255) = 53.25%

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

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

R = 53.25%
G = 33.43%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B4712D (or 0xB4712D) is known color: Reno Sand. HEX triplet: B4, 71 and 2D. RGB value is (180,113,45). Sum of RGB (Red+Green+Blue) = 180+113+45=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B4712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4712D is #4B8ED2. Grayscale: #7D7D7D. Windows color (decimal): -4951763 or 2978228. OLE color: 2978228.

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

Color convert

RGB 180 113 45 -
CMYK 0 0.37 0.75 0.29
HSL 30.22º 0.6% 0.44% -
HSV(B) 30.22º 0.75% 0.71% -
XYZ 25.2 21.7 5.34 -
YUV 125.28 82.7 167.03 -
System Red Green Blue C M Y K H S L
Decimal 180 113 45 0 0.37 0.75 0.29 30.22 0.6 0.44
Hex B4 71 2D 0 25 4B 1D 1E 3C 2C
Octal 264 161 55 0 45 113 35 36 74 54
Binary 10110100 1110001 101101 0 100101 1001011 11101 11110 111100 101100

Color Harmonies of #B4712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4712D

Black with #B4712D

Text Example


Text Example

White with #B4712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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