Html Css Color HEX #BB075A Jazzberry Jam

📋 copy color: '#BB075A'

red 187 ◦ green 7 ◦ blue 90

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

Shades of Jazzberry Jam #BB075A

Tints of Jazzberry Jam #BB075A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 65.85%
G = 2.46%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB075A (or 0xBB075A) is known color: Jazzberry Jam. HEX triplet: BB, 07 and 5A. RGB value is (187,7,90). Sum of RGB (Red+Green+Blue) = 187+7+90=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB075A is #44F8A5. Grayscale: #464646. Windows color (decimal): -4520102 or 5900219. OLE color: 5900219.

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

Color convert

RGB 187 7 90 -
CMYK 0 0.96 0.52 0.27
HSL 332.33º 0.93% 0.38% -
HSV(B) 332.33º 0.96% 0.73% -
XYZ 22.41 11.45 10.7 -
YUV 70.28 139.13 211.25 -
System Red Green Blue C M Y K H S L
Decimal 187 7 90 0 0.96 0.52 0.27 332.33 0.93 0.38
Hex BB 7 5A 0 60 34 1B 14C 5D 26
Octal 273 7 132 0 140 64 33 514 135 46
Binary 10111011 111 1011010 0 1100000 110100 11011 101001100 1011101 100110

Color Harmonies of #BB075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB075A

Black with #BB075A

Text Example


Text Example

White with #BB075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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