Html Css Color HEX #BB064C Jazzberry Jam

📋 copy color: '#BB064C'

red 187 ◦ green 6 ◦ blue 76

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

Shades of Jazzberry Jam #BB064C

Tints of Jazzberry Jam #BB064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.23%

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

R = 69.52%
G = 2.23%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB064C (or 0xBB064C) is known color: Jazzberry Jam. HEX triplet: BB, 06 and 4C. RGB value is (187,6,76). Sum of RGB (Red+Green+Blue) = 187+6+76=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB064C is #44F9B3. Grayscale: #444444. Windows color (decimal): -4520372 or 4982459. OLE color: 4982459.

HSL color Cylindrical-coordinate representation of color #BB064C: hue angle of 336.8º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB064C is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 6 76 -
CMYK 0 0.97 0.59 0.27
HSL 336.8º 0.94% 0.38% -
HSV(B) 336.8º 0.97% 0.73% -
XYZ 21.86 11.22 7.85 -
YUV 68.1 132.47 212.81 -
System Red Green Blue C M Y K H S L
Decimal 187 6 76 0 0.97 0.59 0.27 336.8 0.94 0.38
Hex BB 6 4C 0 61 3B 1B 151 5E 26
Octal 273 6 114 0 141 73 33 521 136 46
Binary 10111011 110 1001100 0 1100001 111011 11011 101010001 1011110 100110

Color Harmonies of #BB064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB064C

Black with #BB064C

Text Example


Text Example

White with #BB064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB064C; }

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

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

background-color css

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

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

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

border-color css

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

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

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