Html Css Color HEX #BB085D Jazzberry Jam

📋 copy color: '#BB085D'

red 187 ◦ green 8 ◦ blue 93

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

Shades of Jazzberry Jam #BB085D

Tints of Jazzberry Jam #BB085D

RGB

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

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

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

R = 64.93%
G = 2.78%
B = 32.29%

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

#BB085D (or 0xBB085D) is known color: Jazzberry Jam. HEX triplet: BB, 08 and 5D. RGB value is (187,8,93). Sum of RGB (Red+Green+Blue) = 187+8+93=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB085D is #44F7A2. Grayscale: #474747. Windows color (decimal): -4519843 or 6097083. OLE color: 6097083.

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

Color convert

RGB 187 8 93 -
CMYK 0 0.96 0.50 0.27
HSL 331.51º 0.92% 0.38% -
HSV(B) 331.51º 0.96% 0.73% -
XYZ 22.56 11.53 11.39 -
YUV 71.21 140.3 210.59 -
System Red Green Blue C M Y K H S L
Decimal 187 8 93 0 0.96 0.50 0.27 331.51 0.92 0.38
Hex BB 8 5D 0 60 32 1B 14C 5C 26
Octal 273 10 135 0 140 62 33 514 134 46
Binary 10111011 1000 1011101 0 1100000 110010 11011 101001100 1011100 100110

Color Harmonies of #BB085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB085D

Black with #BB085D

Text Example


Text Example

White with #BB085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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