Html Css Color HEX #B4702B Reno Sand

📋 copy color: '#B4702B'

red 180 ◦ green 112 ◦ blue 43

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

Shades of Reno Sand #B4702B

Tints of Reno Sand #B4702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.84%

R = 53.73%
G = 33.43%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4702B (or 0xB4702B) is known color: Reno Sand. HEX triplet: B4, 70 and 2B. RGB value is (180,112,43). Sum of RGB (Red+Green+Blue) = 180+112+43=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B4702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4702B is #4B8FD4. Grayscale: #7C7C7C. Windows color (decimal): -4952021 or 2846900. OLE color: 2846900.

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

Color convert

RGB 180 112 43 -
CMYK 0 0.38 0.76 0.29
HSL 30.22º 0.61% 0.44% -
HSV(B) 30.22º 0.76% 0.71% -
XYZ 25.05 21.47 5.11 -
YUV 124.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 180 112 43 0 0.38 0.76 0.29 30.22 0.61 0.44
Hex B4 70 2B 0 26 4C 1D 1E 3D 2C
Octal 264 160 53 0 46 114 35 36 75 54
Binary 10110100 1110000 101011 0 100110 1001100 11101 11110 111101 101100

Color Harmonies of #B4702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4702B

Black with #B4702B

Text Example


Text Example

White with #B4702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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