Html Css Color HEX #BB2567 Rouge

📋 copy color: '#BB2567'

red 187 ◦ green 37 ◦ blue 103

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

Shades of Rouge #BB2567

Tints of Rouge #BB2567

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.31%

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

R = 57.19%
G = 11.31%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB2567 (or 0xBB2567) is known color: Rouge. HEX triplet: BB, 25 and 67. RGB value is (187,37,103). Sum of RGB (Red+Green+Blue) = 187+37+103=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2567 is #44DA98. Grayscale: #595959. Windows color (decimal): -4512409 or 6759867. OLE color: 6759867.

HSL color Cylindrical-coordinate representation of color #BB2567: hue angle of 333.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2567 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 103 -
CMYK 0 0.80 0.45 0.27
HSL 333.6º 0.67% 0.44% -
HSV(B) 333.6º 0.8% 0.73% -
XYZ 23.6 12.87 14.07 -
YUV 89.37 135.7 197.63 -
System Red Green Blue C M Y K H S L
Decimal 187 37 103 0 0.80 0.45 0.27 333.6 0.67 0.44
Hex BB 25 67 0 50 2D 1B 14E 43 2C
Octal 273 45 147 0 120 55 33 516 103 54
Binary 10111011 100101 1100111 0 1010000 101101 11011 101001110 1000011 101100

Color Harmonies of #BB2567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2567

Black with #BB2567

Text Example


Text Example

White with #BB2567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2567; }

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

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

background-color css

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

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

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

border-color css

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

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

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