Html Css Color HEX #B2642B Reno Sand

📋 copy color: '#B2642B'

red 178 ◦ green 100 ◦ blue 43

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

Shades of Reno Sand #B2642B

Tints of Reno Sand #B2642B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.4%

R = 55.45%
G = 31.15%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2642B (or 0xB2642B) is known color: Reno Sand. HEX triplet: B2, 64 and 2B. RGB value is (178,100,43). Sum of RGB (Red+Green+Blue) = 178+100+43=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2642B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2642B is #4D9BD4. Grayscale: #757575. Windows color (decimal): -5086165 or 2843826. OLE color: 2843826.

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

Color convert

RGB 178 100 43 -
CMYK 0 0.44 0.76 0.30
HSL 25.33º 0.61% 0.43% -
HSV(B) 25.33º 0.76% 0.7% -
XYZ 23.35 18.75 4.67 -
YUV 116.82 86.34 171.63 -
System Red Green Blue C M Y K H S L
Decimal 178 100 43 0 0.44 0.76 0.30 25.33 0.61 0.43
Hex B2 64 2B 0 2C 4C 1E 19 3D 2B
Octal 262 144 53 0 54 114 36 31 75 53
Binary 10110010 1100100 101011 0 101100 1001100 11110 11001 111101 101011

Color Harmonies of #B2642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2642B

Black with #B2642B

Text Example


Text Example

White with #B2642B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2642B; }

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

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

background-color css

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

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

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

border-color css

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

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

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