Html Css Color HEX #B5702E Reno Sand

📋 copy color: '#B5702E'

red 181 ◦ green 112 ◦ blue 46

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

Shades of Reno Sand #B5702E

Tints of Reno Sand #B5702E

RGB

 RED value IS 181 (71.09% from 255) = 53.39%

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

 BLUE value IS 46 (18.36% from 255) = 13.57%

R = 53.39%
G = 33.04%
B = 13.57%

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

#B5702E (or 0xB5702E) is known color: Reno Sand. HEX triplet: B5, 70 and 2E. RGB value is (181,112,46). Sum of RGB (Red+Green+Blue) = 181+112+46=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B5702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5702E is #4A8FD1. Grayscale: #7D7D7D. Windows color (decimal): -4886482 or 3043509. OLE color: 3043509.

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

Color convert

RGB 181 112 46 -
CMYK 0 0.38 0.75 0.29
HSL 29.33º 0.59% 0.45% -
HSV(B) 29.33º 0.75% 0.71% -
XYZ 25.34 21.61 5.42 -
YUV 125.11 83.36 167.87 -
System Red Green Blue C M Y K H S L
Decimal 181 112 46 0 0.38 0.75 0.29 29.33 0.59 0.45
Hex B5 70 2E 0 26 4B 1D 1D 3B 2D
Octal 265 160 56 0 46 113 35 35 73 55
Binary 10110101 1110000 101110 0 100110 1001011 11101 11101 111011 101101

Color Harmonies of #B5702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5702E

Black with #B5702E

Text Example


Text Example

White with #B5702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5702E; }

 p { color: rgb(181,112,46); }

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

background-color css

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

 a { background-color: rgb(181,112,46); }

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

border-color css

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

 span { border-color: rgb(181,112,46); }

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