Html Css Color HEX #BB3567 Rouge

📋 copy color: '#BB3567'

red 187 ◦ green 53 ◦ blue 103

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

Shades of Rouge #BB3567

Tints of Rouge #BB3567

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.45%

 BLUE value IS 103 (40.63% from 255) = 30.03%

R = 54.52%
G = 15.45%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB3567 (or 0xBB3567) is known color: Rouge. HEX triplet: BB, 35 and 67. RGB value is (187,53,103). Sum of RGB (Red+Green+Blue) = 187+53+103=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3567 is #44CA98. Grayscale: #626262. Windows color (decimal): -4508313 or 6763963. OLE color: 6763963.

HSL color Cylindrical-coordinate representation of color #BB3567: hue angle of 337.61º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3567 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 53 103 -
CMYK 0 0.72 0.45 0.27
HSL 337.61º 0.56% 0.47% -
HSV(B) 337.61º 0.72% 0.73% -
XYZ 24.21 14.09 14.28 -
YUV 98.77 130.39 190.93 -
System Red Green Blue C M Y K H S L
Decimal 187 53 103 0 0.72 0.45 0.27 337.61 0.56 0.47
Hex BB 35 67 0 48 2D 1B 152 38 2F
Octal 273 65 147 0 110 55 33 522 70 57
Binary 10111011 110101 1100111 0 1001000 101101 11011 101010010 111000 101111

Color Harmonies of #BB3567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3567

Black with #BB3567

Text Example


Text Example

White with #BB3567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3567; }

 p { color: rgb(187,53,103); }

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

background-color css

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

 a { background-color: rgb(187,53,103); }

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

border-color css

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

 span { border-color: rgb(187,53,103); }

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