Html Css Color HEX #BB075D Jazzberry Jam

📋 copy color: '#BB075D'

red 187 ◦ green 7 ◦ blue 93

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

Shades of Jazzberry Jam #BB075D

Tints of Jazzberry Jam #BB075D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.4%

R = 65.16%
G = 2.44%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB075D (or 0xBB075D) is known color: Jazzberry Jam. HEX triplet: BB, 07 and 5D. RGB value is (187,7,93). Sum of RGB (Red+Green+Blue) = 187+7+93=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB075D is #44F8A2. Grayscale: #464646. Windows color (decimal): -4520099 or 6096827. OLE color: 6096827.

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

Color convert

RGB 187 7 93 -
CMYK 0 0.96 0.50 0.27
HSL 331.33º 0.93% 0.38% -
HSV(B) 331.33º 0.96% 0.73% -
XYZ 22.55 11.51 11.39 -
YUV 70.62 140.63 211.01 -
System Red Green Blue C M Y K H S L
Decimal 187 7 93 0 0.96 0.50 0.27 331.33 0.93 0.38
Hex BB 7 5D 0 60 32 1B 14B 5D 26
Octal 273 7 135 0 140 62 33 513 135 46
Binary 10111011 111 1011101 0 1100000 110010 11011 101001011 1011101 100110

Color Harmonies of #BB075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB075D

Black with #BB075D

Text Example


Text Example

White with #BB075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB075D; }

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

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

background-color css

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

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

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

border-color css

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

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

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