Html Css Color HEX #BB306D Rouge

📋 copy color: '#BB306D'

red 187 ◦ green 48 ◦ blue 109

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

Shades of Rouge #BB306D

Tints of Rouge #BB306D

RGB

 RED value IS 187 (73.44% from 255) = 54.36%

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

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 54.36%
G = 13.95%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB306D (or 0xBB306D) is known color: Rouge. HEX triplet: BB, 30 and 6D. RGB value is (187,48,109). Sum of RGB (Red+Green+Blue) = 187+48+109=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB306D is #44CF92. Grayscale: #606060. Windows color (decimal): -4509587 or 7155899. OLE color: 7155899.

HSL color Cylindrical-coordinate representation of color #BB306D: hue angle of 333.67º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB306D is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 48 109 -
CMYK 0 0.74 0.42 0.27
HSL 333.67º 0.59% 0.46% -
HSV(B) 333.67º 0.74% 0.73% -
XYZ 24.31 13.78 15.85 -
YUV 96.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 187 48 109 0 0.74 0.42 0.27 333.67 0.59 0.46
Hex BB 30 6D 0 4A 2A 1B 14E 3B 2E
Octal 273 60 155 0 112 52 33 516 73 56
Binary 10111011 110000 1101101 0 1001010 101010 11011 101001110 111011 101110

Color Harmonies of #BB306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB306D

Black with #BB306D

Text Example


Text Example

White with #BB306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB306D; }

 p { color: rgb(187,48,109); }

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

background-color css

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

 a { background-color: rgb(187,48,109); }

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

border-color css

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

 span { border-color: rgb(187,48,109); }

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