Html Css Color HEX #B25222 Rose Of Sharon

📋 copy color: '#B25222'

red 178 ◦ green 82 ◦ blue 34

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

Shades of Rose Of Sharon #B25222

Tints of Rose Of Sharon #B25222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.56%

R = 60.54%
G = 27.89%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B25222 (or 0xB25222) is known color: Rose Of Sharon. HEX triplet: B2, 52 and 22. RGB value is (178,82,34). Sum of RGB (Red+Green+Blue) = 178+82+34=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B25222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25222 is #4DADDD. Grayscale: #696969. Windows color (decimal): -5090782 or 2249394. OLE color: 2249394.

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

Color convert

RGB 178 82 34 -
CMYK 0 0.54 0.81 0.30
HSL 20º 0.68% 0.42% -
HSV(B) 20º 0.81% 0.7% -
XYZ 21.67 15.62 3.39 -
YUV 105.23 87.8 179.9 -
System Red Green Blue C M Y K H S L
Decimal 178 82 34 0 0.54 0.81 0.30 20 0.68 0.42
Hex B2 52 22 0 36 51 1E 14 44 2A
Octal 262 122 42 0 66 121 36 24 104 52
Binary 10110010 1010010 100010 0 110110 1010001 11110 10100 1000100 101010

Color Harmonies of #B25222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25222

Black with #B25222

Text Example


Text Example

White with #B25222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25222; }

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

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

background-color css

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

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

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

border-color css

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

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

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