Html Css Color HEX #B0702D Reno Sand

📋 copy color: '#B0702D'

red 176 ◦ green 112 ◦ blue 45

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

Shades of Reno Sand #B0702D

Tints of Reno Sand #B0702D

RGB

 RED value IS 176 (69.14% from 255) = 52.85%

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

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

R = 52.85%
G = 33.63%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0702D (or 0xB0702D) is known color: Reno Sand. HEX triplet: B0, 70 and 2D. RGB value is (176,112,45). Sum of RGB (Red+Green+Blue) = 176+112+45=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0702D is #4F8FD2. Grayscale: #7B7B7B. Windows color (decimal): -5214163 or 2977968. OLE color: 2977968.

HSL color Cylindrical-coordinate representation of color #B0702D: hue angle of 30.69º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0702D is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 112 45 -
CMYK 0 0.36 0.74 0.31
HSL 30.69º 0.59% 0.43% -
HSV(B) 30.69º 0.74% 0.69% -
XYZ 24.17 21.01 5.26 -
YUV 123.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 176 112 45 0 0.36 0.74 0.31 30.69 0.59 0.43
Hex B0 70 2D 0 24 4A 1F 1F 3B 2B
Octal 260 160 55 0 44 112 37 37 73 53
Binary 10110000 1110000 101101 0 100100 1001010 11111 11111 111011 101011

Color Harmonies of #B0702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0702D

Black with #B0702D

Text Example


Text Example

White with #B0702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0702D; }

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

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

background-color css

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

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

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

border-color css

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

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

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