Html Css Color HEX #BB076F Jazzberry Jam

📋 copy color: '#BB076F'

red 187 ◦ green 7 ◦ blue 111

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

Shades of Jazzberry Jam #BB076F

Tints of Jazzberry Jam #BB076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

 BLUE value IS 111 (43.75% from 255) = 36.39%

R = 61.31%
G = 2.3%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB076F (or 0xBB076F) is known color: Jazzberry Jam. HEX triplet: BB, 07 and 6F. RGB value is (187,7,111). Sum of RGB (Red+Green+Blue) = 187+7+111=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB076F is #44F890. Grayscale: #484848. Windows color (decimal): -4520081 or 7276475. OLE color: 7276475.

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

Color convert

RGB 187 7 111 -
CMYK 0 0.96 0.41 0.27
HSL 325.33º 0.93% 0.38% -
HSV(B) 325.33º 0.96% 0.73% -
XYZ 23.44 11.86 16.09 -
YUV 72.68 149.63 209.54 -
System Red Green Blue C M Y K H S L
Decimal 187 7 111 0 0.96 0.41 0.27 325.33 0.93 0.38
Hex BB 7 6F 0 60 29 1B 145 5D 26
Octal 273 7 157 0 140 51 33 505 135 46
Binary 10111011 111 1101111 0 1100000 101001 11011 101000101 1011101 100110

Color Harmonies of #BB076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB076F

Black with #BB076F

Text Example


Text Example

White with #BB076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB076F; }

 p { color: rgb(187,7,111); }

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

background-color css

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

 a { background-color: rgb(187,7,111); }

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

border-color css

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

 span { border-color: rgb(187,7,111); }

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