Html Css Color HEX #B5306A Rouge

📋 copy color: '#B5306A'

red 181 ◦ green 48 ◦ blue 106

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

Shades of Rouge #B5306A

Tints of Rouge #B5306A

RGB

 RED value IS 181 (71.09% from 255) = 54.03%

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

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 54.03%
G = 14.33%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5306A (or 0xB5306A) is known color: Rouge. HEX triplet: B5, 30 and 6A. RGB value is (181,48,106). Sum of RGB (Red+Green+Blue) = 181+48+106=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B5306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5306A is #4ACF95. Grayscale: #5E5E5E. Windows color (decimal): -4902806 or 6959285. OLE color: 6959285.

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

Color convert

RGB 181 48 106 -
CMYK 0 0.73 0.41 0.29
HSL 333.83º 0.58% 0.45% -
HSV(B) 333.83º 0.73% 0.71% -
XYZ 22.71 12.98 14.94 -
YUV 94.38 134.56 189.78 -
System Red Green Blue C M Y K H S L
Decimal 181 48 106 0 0.73 0.41 0.29 333.83 0.58 0.45
Hex B5 30 6A 0 49 29 1D 14E 3A 2D
Octal 265 60 152 0 111 51 35 516 72 55
Binary 10110101 110000 1101010 0 1001001 101001 11101 101001110 111010 101101

Color Harmonies of #B5306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5306A

Black with #B5306A

Text Example


Text Example

White with #B5306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5306A; }

 p { color: rgb(181,48,106); }

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

background-color css

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

 a { background-color: rgb(181,48,106); }

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

border-color css

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

 span { border-color: rgb(181,48,106); }

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