Html Css Color HEX #BB085E Jazzberry Jam

📋 copy color: '#BB085E'

red 187 ◦ green 8 ◦ blue 94

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

Shades of Jazzberry Jam #BB085E

Tints of Jazzberry Jam #BB085E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.77%

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 64.71%
G = 2.77%
B = 32.53%

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

#BB085E (or 0xBB085E) is known color: Jazzberry Jam. HEX triplet: BB, 08 and 5E. RGB value is (187,8,94). Sum of RGB (Red+Green+Blue) = 187+8+94=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB085E is #44F7A1. Grayscale: #474747. Windows color (decimal): -4519842 or 6162619. OLE color: 6162619.

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

Color convert

RGB 187 8 94 -
CMYK 0 0.96 0.50 0.27
HSL 331.17º 0.92% 0.38% -
HSV(B) 331.17º 0.96% 0.73% -
XYZ 22.6 11.55 11.63 -
YUV 71.33 140.8 210.51 -
System Red Green Blue C M Y K H S L
Decimal 187 8 94 0 0.96 0.50 0.27 331.17 0.92 0.38
Hex BB 8 5E 0 60 32 1B 14B 5C 26
Octal 273 10 136 0 140 62 33 513 134 46
Binary 10111011 1000 1011110 0 1100000 110010 11011 101001011 1011100 100110

Color Harmonies of #BB085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB085E

Black with #BB085E

Text Example


Text Example

White with #BB085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB085E; }

 p { color: rgb(187,8,94); }

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

background-color css

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

 a { background-color: rgb(187,8,94); }

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

border-color css

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

 span { border-color: rgb(187,8,94); }

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