Html Css Color HEX #B3722E Reno Sand

📋 copy color: '#B3722E'

red 179 ◦ green 114 ◦ blue 46

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

Shades of Reno Sand #B3722E

Tints of Reno Sand #B3722E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.57%

R = 52.8%
G = 33.63%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3722E (or 0xB3722E) is known color: Reno Sand. HEX triplet: B3, 72 and 2E. RGB value is (179,114,46). Sum of RGB (Red+Green+Blue) = 179+114+46=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3722E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3722E is #4C8DD1. Grayscale: #7E7E7E. Windows color (decimal): -5017042 or 3044019. OLE color: 3044019.

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

Color convert

RGB 179 114 46 -
CMYK 0 0.36 0.74 0.30
HSL 30.68º 0.59% 0.44% -
HSV(B) 30.68º 0.74% 0.7% -
XYZ 25.1 21.82 5.47 -
YUV 125.68 83.03 166.03 -
System Red Green Blue C M Y K H S L
Decimal 179 114 46 0 0.36 0.74 0.30 30.68 0.59 0.44
Hex B3 72 2E 0 24 4A 1E 1F 3B 2C
Octal 263 162 56 0 44 112 36 37 73 54
Binary 10110011 1110010 101110 0 100100 1001010 11110 11111 111011 101100

Color Harmonies of #B3722E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3722E

Black with #B3722E

Text Example


Text Example

White with #B3722E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3722E; }

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

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

background-color css

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

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

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

border-color css

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

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

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