Html Css Color HEX #B4306C Rouge

📋 copy color: '#B4306C'

red 180 ◦ green 48 ◦ blue 108

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

Shades of Rouge #B4306C

Tints of Rouge #B4306C

RGB

 RED value IS 180 (70.7% from 255) = 53.57%

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

 BLUE value IS 108 (42.58% from 255) = 32.14%

R = 53.57%
G = 14.29%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4306C (or 0xB4306C) is known color: Rouge. HEX triplet: B4, 30 and 6C. RGB value is (180,48,108). Sum of RGB (Red+Green+Blue) = 180+48+108=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B4306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4306C is #4BCF93. Grayscale: #5E5E5E. Windows color (decimal): -4968340 or 7090356. OLE color: 7090356.

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

Color convert

RGB 180 48 108 -
CMYK 0 0.73 0.40 0.29
HSL 332.73º 0.58% 0.45% -
HSV(B) 332.73º 0.73% 0.71% -
XYZ 22.59 12.9 15.49 -
YUV 94.31 135.73 189.12 -
System Red Green Blue C M Y K H S L
Decimal 180 48 108 0 0.73 0.40 0.29 332.73 0.58 0.45
Hex B4 30 6C 0 49 28 1D 14D 3A 2D
Octal 264 60 154 0 111 50 35 515 72 55
Binary 10110100 110000 1101100 0 1001001 101000 11101 101001101 111010 101101

Color Harmonies of #B4306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4306C

Black with #B4306C

Text Example


Text Example

White with #B4306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4306C; }

 p { color: rgb(180,48,108); }

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

background-color css

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

 a { background-color: rgb(180,48,108); }

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

border-color css

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

 span { border-color: rgb(180,48,108); }

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