Html Css Color HEX #B3702B Reno Sand

📋 copy color: '#B3702B'

red 179 ◦ green 112 ◦ blue 43

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

Shades of Reno Sand #B3702B

Tints of Reno Sand #B3702B

RGB

 RED value IS 179 (70.31% from 255) = 53.59%

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

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

R = 53.59%
G = 33.53%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B3702B (or 0xB3702B) is known color: Reno Sand. HEX triplet: B3, 70 and 2B. RGB value is (179,112,43). Sum of RGB (Red+Green+Blue) = 179+112+43=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B3702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3702B is #4C8FD4. Grayscale: #7C7C7C. Windows color (decimal): -5017557 or 2846899. OLE color: 2846899.

HSL color Cylindrical-coordinate representation of color #B3702B: hue angle of 30.44º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B3702B is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 112 43 -
CMYK 0 0.37 0.76 0.30
HSL 30.44º 0.61% 0.44% -
HSV(B) 30.44º 0.76% 0.7% -
XYZ 24.82 21.35 5.1 -
YUV 124.17 82.2 167.11 -
System Red Green Blue C M Y K H S L
Decimal 179 112 43 0 0.37 0.76 0.30 30.44 0.61 0.44
Hex B3 70 2B 0 25 4C 1E 1E 3D 2C
Octal 263 160 53 0 45 114 36 36 75 54
Binary 10110011 1110000 101011 0 100101 1001100 11110 11110 111101 101100

Color Harmonies of #B3702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3702B

Black with #B3702B

Text Example


Text Example

White with #B3702B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3702B; }

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

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

background-color css

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

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

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

border-color css

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

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

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