Html Css Color HEX #B3662E Reno Sand

📋 copy color: '#B3662E'

red 179 ◦ green 102 ◦ blue 46

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

Shades of Reno Sand #B3662E

Tints of Reno Sand #B3662E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.19%

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

R = 54.74%
G = 31.19%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3662E (or 0xB3662E) is known color: Reno Sand. HEX triplet: B3, 66 and 2E. RGB value is (179,102,46). Sum of RGB (Red+Green+Blue) = 179+102+46=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B3662E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3662E is #4C99D1. Grayscale: #767676. Windows color (decimal): -5020114 or 3040947. OLE color: 3040947.

HSL color Cylindrical-coordinate representation of color #B3662E: hue angle of 25.26º 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 #B3662E is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 102 46 -
CMYK 0 0.43 0.74 0.30
HSL 25.26º 0.59% 0.44% -
HSV(B) 25.26º 0.74% 0.7% -
XYZ 23.83 19.28 5.05 -
YUV 118.64 87.01 171.05 -
System Red Green Blue C M Y K H S L
Decimal 179 102 46 0 0.43 0.74 0.30 25.26 0.59 0.44
Hex B3 66 2E 0 2B 4A 1E 19 3B 2C
Octal 263 146 56 0 53 112 36 31 73 54
Binary 10110011 1100110 101110 0 101011 1001010 11110 11001 111011 101100

Color Harmonies of #B3662E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3662E

Black with #B3662E

Text Example


Text Example

White with #B3662E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3662E; }

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

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

background-color css

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

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

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

border-color css

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

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

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