Html Css Color HEX #B0306C Rouge

📋 copy color: '#B0306C'

red 176 ◦ green 48 ◦ blue 108

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

Shades of Rouge #B0306C

Tints of Rouge #B0306C

RGB

 RED value IS 176 (69.14% from 255) = 53.01%

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

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

R = 53.01%
G = 14.46%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0306C (or 0xB0306C) is known color: Rouge. HEX triplet: B0, 30 and 6C. RGB value is (176,48,108). Sum of RGB (Red+Green+Blue) = 176+48+108=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B0306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0306C is #4FCF93. Grayscale: #5D5D5D. Windows color (decimal): -5230484 or 7090352. OLE color: 7090352.

HSL color Cylindrical-coordinate representation of color #B0306C: hue angle of 331.88º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0306C is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 48 108 -
CMYK 0 0.73 0.39 0.31
HSL 331.88º 0.57% 0.44% -
HSV(B) 331.88º 0.73% 0.69% -
XYZ 21.67 12.43 15.44 -
YUV 93.11 136.41 187.12 -
System Red Green Blue C M Y K H S L
Decimal 176 48 108 0 0.73 0.39 0.31 331.88 0.57 0.44
Hex B0 30 6C 0 49 27 1F 14C 39 2C
Octal 260 60 154 0 111 47 37 514 71 54
Binary 10110000 110000 1101100 0 1001001 100111 11111 101001100 111001 101100

Color Harmonies of #B0306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0306C

Black with #B0306C

Text Example


Text Example

White with #B0306C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0306C; }

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

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

background-color css

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

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

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

border-color css

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

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

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