Html Css Color HEX #BB084C Jazzberry Jam

📋 copy color: '#BB084C'

red 187 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #BB084C

Tints of Jazzberry Jam #BB084C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.04%

R = 69%
G = 2.95%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB084C (or 0xBB084C) is known color: Jazzberry Jam. HEX triplet: BB, 08 and 4C. RGB value is (187,8,76). Sum of RGB (Red+Green+Blue) = 187+8+76=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB084C is #44F7B3. Grayscale: #454545. Windows color (decimal): -4519860 or 4982971. OLE color: 4982971.

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

Color convert

RGB 187 8 76 -
CMYK 0 0.96 0.59 0.27
HSL 337.21º 0.92% 0.38% -
HSV(B) 337.21º 0.96% 0.73% -
XYZ 21.88 11.26 7.86 -
YUV 69.27 131.8 211.97 -
System Red Green Blue C M Y K H S L
Decimal 187 8 76 0 0.96 0.59 0.27 337.21 0.92 0.38
Hex BB 8 4C 0 60 3B 1B 151 5C 26
Octal 273 10 114 0 140 73 33 521 134 46
Binary 10111011 1000 1001100 0 1100000 111011 11011 101010001 1011100 100110

Color Harmonies of #BB084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB084C

Black with #BB084C

Text Example


Text Example

White with #BB084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB084C; }

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

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

background-color css

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

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

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

border-color css

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

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

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