Html Css Color HEX #B0306B Rouge

📋 copy color: '#B0306B'

red 176 ◦ green 48 ◦ blue 107

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

Shades of Rouge #B0306B

Tints of Rouge #B0306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.33%

R = 53.17%
G = 14.5%
B = 32.33%

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

#B0306B (or 0xB0306B) is known color: Rouge. HEX triplet: B0, 30 and 6B. RGB value is (176,48,107). Sum of RGB (Red+Green+Blue) = 176+48+107=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B0306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0306B is #4FCF94. Grayscale: #5C5C5C. Windows color (decimal): -5230485 or 7024816. OLE color: 7024816.

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

Color convert

RGB 176 48 107 -
CMYK 0 0.73 0.39 0.31
HSL 332.34º 0.57% 0.44% -
HSV(B) 332.34º 0.73% 0.69% -
XYZ 21.62 12.41 15.17 -
YUV 93 135.91 187.2 -
System Red Green Blue C M Y K H S L
Decimal 176 48 107 0 0.73 0.39 0.31 332.34 0.57 0.44
Hex B0 30 6B 0 49 27 1F 14C 39 2C
Octal 260 60 153 0 111 47 37 514 71 54
Binary 10110000 110000 1101011 0 1001001 100111 11111 101001100 111001 101100

Color Harmonies of #B0306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0306B

Black with #B0306B

Text Example


Text Example

White with #B0306B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0306B; }

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

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

background-color css

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

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

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

border-color css

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

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

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