Html Css Color HEX #B22055 Old Rose

📋 copy color: '#B22055'

red 178 ◦ green 32 ◦ blue 85

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

Shades of Old Rose #B22055

Tints of Old Rose #B22055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.85%

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 60.34%
G = 10.85%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B22055 (or 0xB22055) is known color: Old Rose. HEX triplet: B2, 20 and 55. RGB value is (178,32,85). Sum of RGB (Red+Green+Blue) = 178+32+85=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B22055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22055 is #4DDFAA. Grayscale: #515151. Windows color (decimal): -5103531 or 5578930. OLE color: 5578930.

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

Color convert

RGB 178 32 85 -
CMYK 0 0.82 0.52 0.30
HSL 338.22º 0.7% 0.41% -
HSV(B) 338.22º 0.82% 0.7% -
XYZ 20.52 11.15 9.67 -
YUV 81.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 178 32 85 0 0.82 0.52 0.30 338.22 0.7 0.41
Hex B2 20 55 0 52 34 1E 152 46 29
Octal 262 40 125 0 122 64 36 522 106 51
Binary 10110010 100000 1010101 0 1010010 110100 11110 101010010 1000110 101001

Color Harmonies of #B22055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22055

Black with #B22055

Text Example


Text Example

White with #B22055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22055; }

 p { color: rgb(178,32,85); }

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

background-color css

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

 a { background-color: rgb(178,32,85); }

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

border-color css

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

 span { border-color: rgb(178,32,85); }

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