Html Css Color HEX #BB0069 Jazzberry Jam

📋 copy color: '#BB0069'

red 187 ◦ green 0 ◦ blue 105

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

Shades of Jazzberry Jam #BB0069

Tints of Jazzberry Jam #BB0069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 105 (41.41% from 255) = 35.96%

R = 64.04%
G = 0%
B = 35.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB0069 (or 0xBB0069) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 69. RGB value is (187,0,105). Sum of RGB (Red+Green+Blue) = 187+0+105=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0069 is #44FF96. Grayscale: #434343. Windows color (decimal): -4521879 or 6881467. OLE color: 6881467.

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

Color convert

RGB 187 0 105 -
CMYK 0 1 0.44 0.27
HSL 326.31º 1% 0.37% -
HSV(B) 326.31º 1% 0.73% -
XYZ 23.04 11.58 14.39 -
YUV 67.88 148.95 212.96 -
System Red Green Blue C M Y K H S L
Decimal 187 0 105 0 1 0.44 0.27 326.31 1 0.37
Hex BB 0 69 0 64 2C 1B 146 64 25
Octal 273 0 151 0 144 54 33 506 144 45
Binary 10111011 0 1101001 0 1100100 101100 11011 101000110 1100100 100101

Color Harmonies of #BB0069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0069

Black with #BB0069

Text Example


Text Example

White with #BB0069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0069; }

 p { color: rgb(187,0,105); }

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

background-color css

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

 a { background-color: rgb(187,0,105); }

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

border-color css

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

 span { border-color: rgb(187,0,105); }

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