Html Css Color HEX #B2642E Reno Sand

📋 copy color: '#B2642E'

red 178 ◦ green 100 ◦ blue 46

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

Shades of Reno Sand #B2642E

Tints of Reno Sand #B2642E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.86%

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

R = 54.94%
G = 30.86%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2642E (or 0xB2642E) is known color: Reno Sand. HEX triplet: B2, 64 and 2E. RGB value is (178,100,46). Sum of RGB (Red+Green+Blue) = 178+100+46=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2642E is #4D9BD1. Grayscale: #757575. Windows color (decimal): -5086162 or 3040434. OLE color: 3040434.

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

Color convert

RGB 178 100 46 -
CMYK 0 0.44 0.74 0.30
HSL 24.55º 0.59% 0.44% -
HSV(B) 24.55º 0.74% 0.7% -
XYZ 23.41 18.78 4.98 -
YUV 117.17 87.84 171.39 -
System Red Green Blue C M Y K H S L
Decimal 178 100 46 0 0.44 0.74 0.30 24.55 0.59 0.44
Hex B2 64 2E 0 2C 4A 1E 19 3B 2C
Octal 262 144 56 0 54 112 36 31 73 54
Binary 10110010 1100100 101110 0 101100 1001010 11110 11001 111011 101100

Color Harmonies of #B2642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2642E

Black with #B2642E

Text Example


Text Example

White with #B2642E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2642E; }

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

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

background-color css

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

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

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

border-color css

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

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

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