Html Css Color HEX #B33158 Old Rose

📋 copy color: '#B33158'

red 179 ◦ green 49 ◦ blue 88

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

Shades of Old Rose #B33158

Tints of Old Rose #B33158

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

 BLUE value IS 88 (34.77% from 255) = 27.85%

R = 56.65%
G = 15.51%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B33158 (or 0xB33158) is known color: Old Rose. HEX triplet: B3, 31 and 58. RGB value is (179,49,88). Sum of RGB (Red+Green+Blue) = 179+49+88=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B33158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33158 is #4CCEA7. Grayscale: #5C5C5C. Windows color (decimal): -5033640 or 5779891. OLE color: 5779891.

HSL color Cylindrical-coordinate representation of color #B33158: hue angle of 342º degrees, saturation: 0.57, 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 #B33158 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 49 88 -
CMYK 0 0.73 0.51 0.30
HSL 342º 0.57% 0.45% -
HSV(B) 342º 0.73% 0.7% -
XYZ 21.45 12.48 10.51 -
YUV 92.32 125.57 189.83 -
System Red Green Blue C M Y K H S L
Decimal 179 49 88 0 0.73 0.51 0.30 342 0.57 0.45
Hex B3 31 58 0 49 33 1E 156 39 2D
Octal 263 61 130 0 111 63 36 526 71 55
Binary 10110011 110001 1011000 0 1001001 110011 11110 101010110 111001 101101

Color Harmonies of #B33158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33158

Black with #B33158

Text Example


Text Example

White with #B33158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33158; }

 p { color: rgb(179,49,88); }

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

background-color css

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

 a { background-color: rgb(179,49,88); }

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

border-color css

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

 span { border-color: rgb(179,49,88); }

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