Html Css Color HEX #B33059 Old Rose

📋 copy color: '#B33059'

red 179 ◦ green 48 ◦ blue 89

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

Shades of Old Rose #B33059

Tints of Old Rose #B33059

RGB

 RED value IS 179 (70.31% from 255) = 56.65%

 GREEN value IS 48 (19.14% from 255) = 15.19%

 BLUE value IS 89 (35.16% from 255) = 28.16%

R = 56.65%
G = 15.19%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B33059 (or 0xB33059) is known color: Old Rose. HEX triplet: B3, 30 and 59. RGB value is (179,48,89). Sum of RGB (Red+Green+Blue) = 179+48+89=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B33059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33059 is #4CCFA6. Grayscale: #5B5B5B. Windows color (decimal): -5033895 or 5845171. OLE color: 5845171.

HSL color Cylindrical-coordinate representation of color #B33059: hue angle of 341.22º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33059 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 48 89 -
CMYK 0 0.73 0.50 0.30
HSL 341.22º 0.58% 0.45% -
HSV(B) 341.22º 0.73% 0.7% -
XYZ 21.45 12.42 10.72 -
YUV 91.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 179 48 89 0 0.73 0.50 0.30 341.22 0.58 0.45
Hex B3 30 59 0 49 32 1E 155 3A 2D
Octal 263 60 131 0 111 62 36 525 72 55
Binary 10110011 110000 1011001 0 1001001 110010 11110 101010101 111010 101101

Color Harmonies of #B33059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33059

Black with #B33059

Text Example


Text Example

White with #B33059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33059; }

 p { color: rgb(179,48,89); }

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

background-color css

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

 a { background-color: rgb(179,48,89); }

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

border-color css

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

 span { border-color: rgb(179,48,89); }

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