Html Css Color HEX #B3722C Reno Sand

📋 copy color: '#B3722C'

red 179 ◦ green 114 ◦ blue 44

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

Shades of Reno Sand #B3722C

Tints of Reno Sand #B3722C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

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

R = 53.12%
G = 33.83%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3722C (or 0xB3722C) is known color: Reno Sand. HEX triplet: B3, 72 and 2C. RGB value is (179,114,44). Sum of RGB (Red+Green+Blue) = 179+114+44=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B3722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3722C is #4C8DD3. Grayscale: #7D7D7D. Windows color (decimal): -5017044 or 2912947. OLE color: 2912947.

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

Color convert

RGB 179 114 44 -
CMYK 0 0.36 0.75 0.30
HSL 31.11º 0.61% 0.44% -
HSV(B) 31.11º 0.75% 0.7% -
XYZ 25.06 21.8 5.27 -
YUV 125.46 82.03 166.19 -
System Red Green Blue C M Y K H S L
Decimal 179 114 44 0 0.36 0.75 0.30 31.11 0.61 0.44
Hex B3 72 2C 0 24 4B 1E 1F 3D 2C
Octal 263 162 54 0 44 113 36 37 75 54
Binary 10110011 1110010 101100 0 100100 1001011 11110 11111 111101 101100

Color Harmonies of #B3722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3722C

Black with #B3722C

Text Example


Text Example

White with #B3722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3722C; }

 p { color: rgb(179,114,44); }

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

background-color css

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

 a { background-color: rgb(179,114,44); }

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

border-color css

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

 span { border-color: rgb(179,114,44); }

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