Html Css Color HEX #B3703A Reno Sand

📋 copy color: '#B3703A'

red 179 ◦ green 112 ◦ blue 58

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

Shades of Reno Sand #B3703A

Tints of Reno Sand #B3703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.62%

R = 51.29%
G = 32.09%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3703A (or 0xB3703A) is known color: Reno Sand. HEX triplet: B3, 70 and 3A. RGB value is (179,112,58). Sum of RGB (Red+Green+Blue) = 179+112+58=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B3703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3703A is #4C8FC5. Grayscale: #7E7E7E. Windows color (decimal): -5017542 or 3829939. OLE color: 3829939.

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

Color convert

RGB 179 112 58 -
CMYK 0 0.37 0.68 0.30
HSL 26.78º 0.51% 0.46% -
HSV(B) 26.78º 0.68% 0.7% -
XYZ 25.15 21.48 6.82 -
YUV 125.88 89.7 165.89 -
System Red Green Blue C M Y K H S L
Decimal 179 112 58 0 0.37 0.68 0.30 26.78 0.51 0.46
Hex B3 70 3A 0 25 44 1E 1B 33 2E
Octal 263 160 72 0 45 104 36 33 63 56
Binary 10110011 1110000 111010 0 100101 1000100 11110 11011 110011 101110

Color Harmonies of #B3703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3703A

Black with #B3703A

Text Example


Text Example

White with #B3703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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