Html Css Color HEX #B33653 Old Rose

📋 copy color: '#B33653'

red 179 ◦ green 54 ◦ blue 83

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

Shades of Old Rose #B33653

Tints of Old Rose #B33653

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.09%

 BLUE value IS 83 (32.81% from 255) = 26.27%

R = 56.65%
G = 17.09%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B33653 (or 0xB33653) is known color: Old Rose. HEX triplet: B3, 36 and 53. RGB value is (179,54,83). Sum of RGB (Red+Green+Blue) = 179+54+83=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B33653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33653 is #4CC9AC. Grayscale: #5E5E5E. Windows color (decimal): -5032365 or 5453491. OLE color: 5453491.

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

Color convert

RGB 179 54 83 -
CMYK 0 0.70 0.54 0.30
HSL 346.08º 0.54% 0.46% -
HSV(B) 346.08º 0.7% 0.7% -
XYZ 21.47 12.85 9.53 -
YUV 94.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 179 54 83 0 0.70 0.54 0.30 346.08 0.54 0.46
Hex B3 36 53 0 46 36 1E 15A 36 2E
Octal 263 66 123 0 106 66 36 532 66 56
Binary 10110011 110110 1010011 0 1000110 110110 11110 101011010 110110 101110

Color Harmonies of #B33653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33653

Black with #B33653

Text Example


Text Example

White with #B33653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33653; }

 p { color: rgb(179,54,83); }

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

background-color css

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

 a { background-color: rgb(179,54,83); }

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

border-color css

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

 span { border-color: rgb(179,54,83); }

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