Html Css Color HEX #B25224 Rose Of Sharon

📋 copy color: '#B25224'

red 178 ◦ green 82 ◦ blue 36

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

Shades of Rose Of Sharon #B25224

Tints of Rose Of Sharon #B25224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

 BLUE value IS 36 (14.45% from 255) = 12.16%

R = 60.14%
G = 27.7%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B25224 (or 0xB25224) is known color: Rose Of Sharon. HEX triplet: B2, 52 and 24. RGB value is (178,82,36). Sum of RGB (Red+Green+Blue) = 178+82+36=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B25224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25224 is #4DADDB. Grayscale: #696969. Windows color (decimal): -5090780 or 2380466. OLE color: 2380466.

HSL color Cylindrical-coordinate representation of color #B25224: hue angle of 19.44º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B25224 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 82 36 -
CMYK 0 0.54 0.80 0.30
HSL 19.44º 0.66% 0.42% -
HSV(B) 19.44º 0.8% 0.7% -
XYZ 21.7 15.63 3.54 -
YUV 105.46 88.8 179.74 -
System Red Green Blue C M Y K H S L
Decimal 178 82 36 0 0.54 0.80 0.30 19.44 0.66 0.42
Hex B2 52 24 0 36 50 1E 13 42 2A
Octal 262 122 44 0 66 120 36 23 102 52
Binary 10110010 1010010 100100 0 110110 1010000 11110 10011 1000010 101010

Color Harmonies of #B25224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25224

Black with #B25224

Text Example


Text Example

White with #B25224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25224; }

 p { color: rgb(178,82,36); }

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

background-color css

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

 a { background-color: rgb(178,82,36); }

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

border-color css

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

 span { border-color: rgb(178,82,36); }

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