Html Css Color HEX #BB084A Jazzberry Jam

📋 copy color: '#BB084A'

red 187 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #BB084A

Tints of Jazzberry Jam #BB084A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.51%

R = 69.52%
G = 2.97%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB084A (or 0xBB084A) is known color: Jazzberry Jam. HEX triplet: BB, 08 and 4A. RGB value is (187,8,74). Sum of RGB (Red+Green+Blue) = 187+8+74=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB084A is #44F7B5. Grayscale: #444444. Windows color (decimal): -4519862 or 4851899. OLE color: 4851899.

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

Color convert

RGB 187 8 74 -
CMYK 0 0.96 0.60 0.27
HSL 337.88º 0.92% 0.38% -
HSV(B) 337.88º 0.96% 0.73% -
XYZ 21.82 11.23 7.5 -
YUV 69.05 130.8 212.13 -
System Red Green Blue C M Y K H S L
Decimal 187 8 74 0 0.96 0.60 0.27 337.88 0.92 0.38
Hex BB 8 4A 0 60 3C 1B 152 5C 26
Octal 273 10 112 0 140 74 33 522 134 46
Binary 10111011 1000 1001010 0 1100000 111100 11011 101010010 1011100 100110

Color Harmonies of #BB084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB084A

Black with #BB084A

Text Example


Text Example

White with #BB084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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