Html Css Color HEX #B4702D Reno Sand

📋 copy color: '#B4702D'

red 180 ◦ green 112 ◦ blue 45

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

Shades of Reno Sand #B4702D

Tints of Reno Sand #B4702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

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

R = 53.41%
G = 33.23%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B4702D (or 0xB4702D) is known color: Reno Sand. HEX triplet: B4, 70 and 2D. RGB value is (180,112,45). Sum of RGB (Red+Green+Blue) = 180+112+45=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B4702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4702D is #4B8FD2. Grayscale: #7D7D7D. Windows color (decimal): -4952019 or 2977972. OLE color: 2977972.

HSL color Cylindrical-coordinate representation of color #B4702D: hue angle of 29.78º 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 #B4702D is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 112 45 -
CMYK 0 0.38 0.75 0.29
HSL 29.78º 0.6% 0.44% -
HSV(B) 29.78º 0.75% 0.71% -
XYZ 25.09 21.48 5.31 -
YUV 124.69 83.03 167.45 -
System Red Green Blue C M Y K H S L
Decimal 180 112 45 0 0.38 0.75 0.29 29.78 0.6 0.44
Hex B4 70 2D 0 26 4B 1D 1E 3C 2C
Octal 264 160 55 0 46 113 35 36 74 54
Binary 10110100 1110000 101101 0 100110 1001011 11101 11110 111100 101100

Color Harmonies of #B4702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4702D

Black with #B4702D

Text Example


Text Example

White with #B4702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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