Html Css Color HEX #B33B5A Rouge

📋 copy color: '#B33B5A'

red 179 ◦ green 59 ◦ blue 90

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

Shades of Rouge #B33B5A

Tints of Rouge #B33B5A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.99%

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 54.57%
G = 17.99%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B33B5A (or 0xB33B5A) is known color: Rouge. HEX triplet: B3, 3B and 5A. RGB value is (179,59,90). Sum of RGB (Red+Green+Blue) = 179+59+90=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33B5A is #4CC4A5. Grayscale: #626262. Windows color (decimal): -5031078 or 5913523. OLE color: 5913523.

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

Color convert

RGB 179 59 90 -
CMYK 0 0.67 0.50 0.30
HSL 344.5º 0.5% 0.47% -
HSV(B) 344.5º 0.67% 0.7% -
XYZ 22 13.45 11.11 -
YUV 98.41 123.26 185.48 -
System Red Green Blue C M Y K H S L
Decimal 179 59 90 0 0.67 0.50 0.30 344.5 0.5 0.47
Hex B3 3B 5A 0 43 32 1E 158 32 2F
Octal 263 73 132 0 103 62 36 530 62 57
Binary 10110011 111011 1011010 0 1000011 110010 11110 101011000 110010 101111

Color Harmonies of #B33B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B5A

Black with #B33B5A

Text Example


Text Example

White with #B33B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B5A; }

 p { color: rgb(179,59,90); }

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

background-color css

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

 a { background-color: rgb(179,59,90); }

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

border-color css

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

 span { border-color: rgb(179,59,90); }

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