Html Css Color HEX #B0702C Reno Sand

📋 copy color: '#B0702C'

red 176 ◦ green 112 ◦ blue 44

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

Shades of Reno Sand #B0702C

Tints of Reno Sand #B0702C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.25%

R = 53.01%
G = 33.73%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0702C (or 0xB0702C) is known color: Reno Sand. HEX triplet: B0, 70 and 2C. RGB value is (176,112,44). Sum of RGB (Red+Green+Blue) = 176+112+44=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B0702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0702C is #4F8FD3. Grayscale: #7B7B7B. Windows color (decimal): -5214164 or 2912432. OLE color: 2912432.

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

Color convert

RGB 176 112 44 -
CMYK 0 0.36 0.75 0.31
HSL 30.91º 0.6% 0.43% -
HSV(B) 30.91º 0.75% 0.69% -
XYZ 24.15 21 5.16 -
YUV 123.38 83.2 165.53 -
System Red Green Blue C M Y K H S L
Decimal 176 112 44 0 0.36 0.75 0.31 30.91 0.6 0.43
Hex B0 70 2C 0 24 4B 1F 1F 3C 2B
Octal 260 160 54 0 44 113 37 37 74 53
Binary 10110000 1110000 101100 0 100100 1001011 11111 11111 111100 101011

Color Harmonies of #B0702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0702C

Black with #B0702C

Text Example


Text Example

White with #B0702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0702C; }

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

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

background-color css

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

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

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

border-color css

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

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

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