Html Css Color HEX #B2492D Rose Of Sharon

📋 copy color: '#B2492D'

red 178 ◦ green 73 ◦ blue 45

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

Shades of Rose Of Sharon #B2492D

Tints of Rose Of Sharon #B2492D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.66%

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

R = 60.14%
G = 24.66%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2492D (or 0xB2492D) is known color: Rose Of Sharon. HEX triplet: B2, 49 and 2D. RGB value is (178,73,45). Sum of RGB (Red+Green+Blue) = 178+73+45=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B2492D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2492D is #4DB6D2. Grayscale: #656565. Windows color (decimal): -5093075 or 2967986. OLE color: 2967986.

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

Color convert

RGB 178 73 45 -
CMYK 0 0.59 0.75 0.30
HSL 12.63º 0.6% 0.44% -
HSV(B) 12.63º 0.75% 0.7% -
XYZ 21.22 14.42 4.15 -
YUV 101.2 96.29 182.78 -
System Red Green Blue C M Y K H S L
Decimal 178 73 45 0 0.59 0.75 0.30 12.63 0.6 0.44
Hex B2 49 2D 0 3B 4B 1E D 3C 2C
Octal 262 111 55 0 73 113 36 15 74 54
Binary 10110010 1001001 101101 0 111011 1001011 11110 1101 111100 101100

Color Harmonies of #B2492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2492D

Black with #B2492D

Text Example


Text Example

White with #B2492D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2492D; }

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

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

background-color css

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

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

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

border-color css

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

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

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