Html Css Color HEX #BB1069 Jazzberry Jam

📋 copy color: '#BB1069'

red 187 ◦ green 16 ◦ blue 105

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

Shades of Jazzberry Jam #BB1069

Tints of Jazzberry Jam #BB1069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.19%

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

R = 60.71%
G = 5.19%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB1069 (or 0xBB1069) is known color: Jazzberry Jam. HEX triplet: BB, 10 and 69. RGB value is (187,16,105). Sum of RGB (Red+Green+Blue) = 187+16+105=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1069 is #44EF96. Grayscale: #4D4D4D. Windows color (decimal): -4517783 or 6885563. OLE color: 6885563.

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

Color convert

RGB 187 16 105 -
CMYK 0 0.91 0.44 0.27
HSL 328.77º 0.84% 0.4% -
HSV(B) 328.77º 0.91% 0.73% -
XYZ 23.23 11.96 14.45 -
YUV 77.28 143.65 206.26 -
System Red Green Blue C M Y K H S L
Decimal 187 16 105 0 0.91 0.44 0.27 328.77 0.84 0.4
Hex BB 10 69 0 5B 2C 1B 149 54 28
Octal 273 20 151 0 133 54 33 511 124 50
Binary 10111011 10000 1101001 0 1011011 101100 11011 101001001 1010100 101000

Color Harmonies of #BB1069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1069

Black with #BB1069

Text Example


Text Example

White with #BB1069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1069; }

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

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

background-color css

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

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

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

border-color css

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

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

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