Html Css Color HEX #B2662E Reno Sand

📋 copy color: '#B2662E'

red 178 ◦ green 102 ◦ blue 46

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

Shades of Reno Sand #B2662E

Tints of Reno Sand #B2662E

RGB

 RED value IS 178 (69.92% from 255) = 54.6%

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

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

R = 54.6%
G = 31.29%
B = 14.11%

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

#B2662E (or 0xB2662E) is known color: Reno Sand. HEX triplet: B2, 66 and 2E. RGB value is (178,102,46). Sum of RGB (Red+Green+Blue) = 178+102+46=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2662E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2662E is #4D99D1. Grayscale: #767676. Windows color (decimal): -5085650 or 3040946. OLE color: 3040946.

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

Color convert

RGB 178 102 46 -
CMYK 0 0.43 0.74 0.30
HSL 25.45º 0.59% 0.44% -
HSV(B) 25.45º 0.74% 0.7% -
XYZ 23.6 19.16 5.04 -
YUV 118.34 87.18 170.55 -
System Red Green Blue C M Y K H S L
Decimal 178 102 46 0 0.43 0.74 0.30 25.45 0.59 0.44
Hex B2 66 2E 0 2B 4A 1E 19 3B 2C
Octal 262 146 56 0 53 112 36 31 73 54
Binary 10110010 1100110 101110 0 101011 1001010 11110 11001 111011 101100

Color Harmonies of #B2662E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2662E

Black with #B2662E

Text Example


Text Example

White with #B2662E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2662E; }

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

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

background-color css

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

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

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

border-color css

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

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

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