Html Css Color HEX #BB0D64 Jazzberry Jam

📋 copy color: '#BB0D64'

red 187 ◦ green 13 ◦ blue 100

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

Shades of Jazzberry Jam #BB0D64

Tints of Jazzberry Jam #BB0D64

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.33%

 BLUE value IS 100 (39.45% from 255) = 33.33%

R = 62.33%
G = 4.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB0D64 (or 0xBB0D64) is known color: Jazzberry Jam. HEX triplet: BB, 0D and 64. RGB value is (187,13,100). Sum of RGB (Red+Green+Blue) = 187+13+100=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0D64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0D64 is #44F29B. Grayscale: #4A4A4A. Windows color (decimal): -4518556 or 6557115. OLE color: 6557115.

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

Color convert

RGB 187 13 100 -
CMYK 0 0.93 0.47 0.27
HSL 330º 0.87% 0.39% -
HSV(B) 330º 0.93% 0.73% -
XYZ 22.94 11.77 13.12 -
YUV 74.94 142.15 207.93 -
System Red Green Blue C M Y K H S L
Decimal 187 13 100 0 0.93 0.47 0.27 330 0.87 0.39
Hex BB D 64 0 5D 2F 1B 14A 57 27
Octal 273 15 144 0 135 57 33 512 127 47
Binary 10111011 1101 1100100 0 1011101 101111 11011 101001010 1010111 100111

Color Harmonies of #BB0D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0D64

Black with #BB0D64

Text Example


Text Example

White with #BB0D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0D64; }

 p { color: rgb(187,13,100); }

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

background-color css

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

 a { background-color: rgb(187,13,100); }

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

border-color css

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

 span { border-color: rgb(187,13,100); }

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