Html Css Color HEX #B5702D Reno Sand

📋 copy color: '#B5702D'

red 181 ◦ green 112 ◦ blue 45

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

Shades of Reno Sand #B5702D

Tints of Reno Sand #B5702D

RGB

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

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

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

R = 53.55%
G = 33.14%
B = 13.31%

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

#B5702D (or 0xB5702D) is known color: Reno Sand. HEX triplet: B5, 70 and 2D. RGB value is (181,112,45). Sum of RGB (Red+Green+Blue) = 181+112+45=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B5702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5702D is #4A8FD2. Grayscale: #7D7D7D. Windows color (decimal): -4886483 or 2977973. OLE color: 2977973.

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

Color convert

RGB 181 112 45 -
CMYK 0 0.38 0.75 0.29
HSL 29.56º 0.6% 0.44% -
HSV(B) 29.56º 0.75% 0.71% -
XYZ 25.32 21.6 5.32 -
YUV 124.99 82.86 167.95 -
System Red Green Blue C M Y K H S L
Decimal 181 112 45 0 0.38 0.75 0.29 29.56 0.6 0.44
Hex B5 70 2D 0 26 4B 1D 1E 3C 2C
Octal 265 160 55 0 46 113 35 36 74 54
Binary 10110101 1110000 101101 0 100110 1001011 11101 11110 111100 101100

Color Harmonies of #B5702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5702D

Black with #B5702D

Text Example


Text Example

White with #B5702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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