Html Css Color HEX #B2642D Reno Sand

📋 copy color: '#B2642D'

red 178 ◦ green 100 ◦ blue 45

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

Shades of Reno Sand #B2642D

Tints of Reno Sand #B2642D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.93%

R = 55.11%
G = 30.96%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2642D (or 0xB2642D) is known color: Reno Sand. HEX triplet: B2, 64 and 2D. RGB value is (178,100,45). Sum of RGB (Red+Green+Blue) = 178+100+45=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2642D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2642D is #4D9BD2. Grayscale: #757575. Windows color (decimal): -5086163 or 2974898. OLE color: 2974898.

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

Color convert

RGB 178 100 45 -
CMYK 0 0.44 0.75 0.30
HSL 24.81º 0.6% 0.44% -
HSV(B) 24.81º 0.75% 0.7% -
XYZ 23.39 18.77 4.87 -
YUV 117.05 87.34 171.47 -
System Red Green Blue C M Y K H S L
Decimal 178 100 45 0 0.44 0.75 0.30 24.81 0.6 0.44
Hex B2 64 2D 0 2C 4B 1E 19 3C 2C
Octal 262 144 55 0 54 113 36 31 74 54
Binary 10110010 1100100 101101 0 101100 1001011 11110 11001 111100 101100

Color Harmonies of #B2642D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2642D

Black with #B2642D

Text Example


Text Example

White with #B2642D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2642D; }

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

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

background-color css

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

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

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

border-color css

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

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

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