Html Css Color HEX #BB074E Jazzberry Jam

📋 copy color: '#BB074E'

red 187 ◦ green 7 ◦ blue 78

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

Shades of Jazzberry Jam #BB074E

Tints of Jazzberry Jam #BB074E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.68%

R = 68.75%
G = 2.57%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB074E (or 0xBB074E) is known color: Jazzberry Jam. HEX triplet: BB, 07 and 4E. RGB value is (187,7,78). Sum of RGB (Red+Green+Blue) = 187+7+78=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB074E is #44F8B1. Grayscale: #444444. Windows color (decimal): -4520114 or 5113787. OLE color: 5113787.

HSL color Cylindrical-coordinate representation of color #BB074E: hue angle of 336.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 #BB074E is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 7 78 -
CMYK 0 0.96 0.58 0.27
HSL 336.33º 0.93% 0.38% -
HSV(B) 336.33º 0.96% 0.73% -
XYZ 21.94 11.27 8.23 -
YUV 68.91 133.13 212.23 -
System Red Green Blue C M Y K H S L
Decimal 187 7 78 0 0.96 0.58 0.27 336.33 0.93 0.38
Hex BB 7 4E 0 60 3A 1B 150 5D 26
Octal 273 7 116 0 140 72 33 520 135 46
Binary 10111011 111 1001110 0 1100000 111010 11011 101010000 1011101 100110

Color Harmonies of #BB074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB074E

Black with #BB074E

Text Example


Text Example

White with #BB074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB074E; }

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

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

background-color css

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

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

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

border-color css

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

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

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