Html Css Color HEX #B0702B Reno Sand

📋 copy color: '#B0702B'

red 176 ◦ green 112 ◦ blue 43

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

Shades of Reno Sand #B0702B

Tints of Reno Sand #B0702B

RGB

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

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

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

R = 53.17%
G = 33.84%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0702B (or 0xB0702B) is known color: Reno Sand. HEX triplet: B0, 70 and 2B. RGB value is (176,112,43). Sum of RGB (Red+Green+Blue) = 176+112+43=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B0702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0702B is #4F8FD4. Grayscale: #7B7B7B. Windows color (decimal): -5214165 or 2846896. OLE color: 2846896.

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

Color convert

RGB 176 112 43 -
CMYK 0 0.36 0.76 0.31
HSL 31.13º 0.61% 0.43% -
HSV(B) 31.13º 0.76% 0.69% -
XYZ 24.13 20.99 5.07 -
YUV 123.27 82.7 165.61 -
System Red Green Blue C M Y K H S L
Decimal 176 112 43 0 0.36 0.76 0.31 31.13 0.61 0.43
Hex B0 70 2B 0 24 4C 1F 1F 3D 2B
Octal 260 160 53 0 44 114 37 37 75 53
Binary 10110000 1110000 101011 0 100100 1001100 11111 11111 111101 101011

Color Harmonies of #B0702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0702B

Black with #B0702B

Text Example


Text Example

White with #B0702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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