Html Css Color HEX #B0306A Rouge

📋 copy color: '#B0306A'

red 176 ◦ green 48 ◦ blue 106

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

Shades of Rouge #B0306A

Tints of Rouge #B0306A

RGB

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

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

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

R = 53.33%
G = 14.55%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B0306A (or 0xB0306A) is known color: Rouge. HEX triplet: B0, 30 and 6A. RGB value is (176,48,106). Sum of RGB (Red+Green+Blue) = 176+48+106=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B0306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0306A is #4FCF95. Grayscale: #5C5C5C. Windows color (decimal): -5230486 or 6959280. OLE color: 6959280.

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

Color convert

RGB 176 48 106 -
CMYK 0 0.73 0.40 0.31
HSL 332.81º 0.57% 0.44% -
HSV(B) 332.81º 0.73% 0.69% -
XYZ 21.56 12.38 14.89 -
YUV 92.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 176 48 106 0 0.73 0.40 0.31 332.81 0.57 0.44
Hex B0 30 6A 0 49 28 1F 14D 39 2C
Octal 260 60 152 0 111 50 37 515 71 54
Binary 10110000 110000 1101010 0 1001001 101000 11111 101001101 111001 101100

Color Harmonies of #B0306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0306A

Black with #B0306A

Text Example


Text Example

White with #B0306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0306A; }

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

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

background-color css

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

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

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

border-color css

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

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

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