Html Css Color HEX #BB064A Jazzberry Jam

📋 copy color: '#BB064A'

red 187 ◦ green 6 ◦ blue 74

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

Shades of Jazzberry Jam #BB064A

Tints of Jazzberry Jam #BB064A

RGB

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

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

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

R = 70.04%
G = 2.25%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB064A (or 0xBB064A) is known color: Jazzberry Jam. HEX triplet: BB, 06 and 4A. RGB value is (187,6,74). Sum of RGB (Red+Green+Blue) = 187+6+74=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB064A is #44F9B5. Grayscale: #434343. Windows color (decimal): -4520374 or 4851387. OLE color: 4851387.

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

Color convert

RGB 187 6 74 -
CMYK 0 0.97 0.60 0.27
HSL 337.46º 0.94% 0.38% -
HSV(B) 337.46º 0.97% 0.73% -
XYZ 21.79 11.19 7.49 -
YUV 67.87 131.47 212.97 -
System Red Green Blue C M Y K H S L
Decimal 187 6 74 0 0.97 0.60 0.27 337.46 0.94 0.38
Hex BB 6 4A 0 61 3C 1B 151 5E 26
Octal 273 6 112 0 141 74 33 521 136 46
Binary 10111011 110 1001010 0 1100001 111100 11011 101010001 1011110 100110

Color Harmonies of #BB064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB064A

Black with #BB064A

Text Example


Text Example

White with #BB064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB064A; }

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

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

background-color css

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

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

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

border-color css

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

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

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