Html Css Color HEX #B33056 Old Rose

📋 copy color: '#B33056'

red 179 ◦ green 48 ◦ blue 86

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

Shades of Old Rose #B33056

Tints of Old Rose #B33056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.48%

R = 57.19%
G = 15.34%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B33056 (or 0xB33056) is known color: Old Rose. HEX triplet: B3, 30 and 56. RGB value is (179,48,86). Sum of RGB (Red+Green+Blue) = 179+48+86=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B33056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33056 is #4CCFA9. Grayscale: #5B5B5B. Windows color (decimal): -5033898 or 5648563. OLE color: 5648563.

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

Color convert

RGB 179 48 86 -
CMYK 0 0.73 0.52 0.30
HSL 342.6º 0.58% 0.45% -
HSV(B) 342.6º 0.73% 0.7% -
XYZ 21.33 12.37 10.07 -
YUV 91.5 124.9 190.41 -
System Red Green Blue C M Y K H S L
Decimal 179 48 86 0 0.73 0.52 0.30 342.6 0.58 0.45
Hex B3 30 56 0 49 34 1E 157 3A 2D
Octal 263 60 126 0 111 64 36 527 72 55
Binary 10110011 110000 1010110 0 1001001 110100 11110 101010111 111010 101101

Color Harmonies of #B33056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33056

Black with #B33056

Text Example


Text Example

White with #B33056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33056; }

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

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

background-color css

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

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

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

border-color css

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

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

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