Html Css Color HEX #BB066A Jazzberry Jam

📋 copy color: '#BB066A'

red 187 ◦ green 6 ◦ blue 106

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

Shades of Jazzberry Jam #BB066A

Tints of Jazzberry Jam #BB066A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.01%

 BLUE value IS 106 (41.8% from 255) = 35.45%

R = 62.54%
G = 2.01%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB066A (or 0xBB066A) is known color: Jazzberry Jam. HEX triplet: BB, 06 and 6A. RGB value is (187,6,106). Sum of RGB (Red+Green+Blue) = 187+6+106=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB066A is #44F995. Grayscale: #474747. Windows color (decimal): -4520342 or 6948539. OLE color: 6948539.

HSL color Cylindrical-coordinate representation of color #BB066A: hue angle of 326.85º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB066A is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 6 106 -
CMYK 0 0.97 0.43 0.27
HSL 326.85º 0.94% 0.38% -
HSV(B) 326.85º 0.97% 0.73% -
XYZ 23.16 11.74 14.68 -
YUV 71.52 147.47 210.37 -
System Red Green Blue C M Y K H S L
Decimal 187 6 106 0 0.97 0.43 0.27 326.85 0.94 0.38
Hex BB 6 6A 0 61 2B 1B 147 5E 26
Octal 273 6 152 0 141 53 33 507 136 46
Binary 10111011 110 1101010 0 1100001 101011 11011 101000111 1011110 100110

Color Harmonies of #BB066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB066A

Black with #BB066A

Text Example


Text Example

White with #BB066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB066A; }

 p { color: rgb(187,6,106); }

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

background-color css

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

 a { background-color: rgb(187,6,106); }

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

border-color css

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

 span { border-color: rgb(187,6,106); }

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