Html Css Color HEX #BB086D Jazzberry Jam

📋 copy color: '#BB086D'

red 187 ◦ green 8 ◦ blue 109

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

Shades of Jazzberry Jam #BB086D

Tints of Jazzberry Jam #BB086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 61.51%
G = 2.63%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB086D (or 0xBB086D) is known color: Jazzberry Jam. HEX triplet: BB, 08 and 6D. RGB value is (187,8,109). Sum of RGB (Red+Green+Blue) = 187+8+109=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB086D is #44F792. Grayscale: #484848. Windows color (decimal): -4519827 or 7145659. OLE color: 7145659.

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

Color convert

RGB 187 8 109 -
CMYK 0 0.96 0.42 0.27
HSL 326.15º 0.92% 0.38% -
HSV(B) 326.15º 0.96% 0.73% -
XYZ 23.34 11.84 15.52 -
YUV 73.04 148.3 209.29 -
System Red Green Blue C M Y K H S L
Decimal 187 8 109 0 0.96 0.42 0.27 326.15 0.92 0.38
Hex BB 8 6D 0 60 2A 1B 146 5C 26
Octal 273 10 155 0 140 52 33 506 134 46
Binary 10111011 1000 1101101 0 1100000 101010 11011 101000110 1011100 100110

Color Harmonies of #BB086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB086D

Black with #BB086D

Text Example


Text Example

White with #BB086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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