Html Css Color HEX #B2492B Rose Of Sharon

📋 copy color: '#B2492B'

red 178 ◦ green 73 ◦ blue 43

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

Shades of Rose Of Sharon #B2492B

Tints of Rose Of Sharon #B2492B

RGB

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

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

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

R = 60.54%
G = 24.83%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B2492B (or 0xB2492B) is known color: Rose Of Sharon. HEX triplet: B2, 49 and 2B. RGB value is (178,73,43). Sum of RGB (Red+Green+Blue) = 178+73+43=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B2492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2492B is #4DB6D4. Grayscale: #656565. Windows color (decimal): -5093077 or 2836914. OLE color: 2836914.

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

Color convert

RGB 178 73 43 -
CMYK 0 0.59 0.76 0.30
HSL 13.33º 0.61% 0.43% -
HSV(B) 13.33º 0.76% 0.7% -
XYZ 21.18 14.4 3.95 -
YUV 100.98 95.29 182.94 -
System Red Green Blue C M Y K H S L
Decimal 178 73 43 0 0.59 0.76 0.30 13.33 0.61 0.43
Hex B2 49 2B 0 3B 4C 1E D 3D 2B
Octal 262 111 53 0 73 114 36 15 75 53
Binary 10110010 1001001 101011 0 111011 1001100 11110 1101 111101 101011

Color Harmonies of #B2492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2492B

Black with #B2492B

Text Example


Text Example

White with #B2492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2492B; }

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

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

background-color css

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

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

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

border-color css

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

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

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