Html Css Color HEX #BB064D Jazzberry Jam

📋 copy color: '#BB064D'

red 187 ◦ green 6 ◦ blue 77

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

Shades of Jazzberry Jam #BB064D

Tints of Jazzberry Jam #BB064D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 69.26%
G = 2.22%
B = 28.52%

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

#BB064D (or 0xBB064D) is known color: Jazzberry Jam. HEX triplet: BB, 06 and 4D. RGB value is (187,6,77). Sum of RGB (Red+Green+Blue) = 187+6+77=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB064D is #44F9B2. Grayscale: #444444. Windows color (decimal): -4520371 or 5047995. OLE color: 5047995.

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

Color convert

RGB 187 6 77 -
CMYK 0 0.97 0.59 0.27
HSL 336.46º 0.94% 0.38% -
HSV(B) 336.46º 0.97% 0.73% -
XYZ 21.9 11.23 8.03 -
YUV 68.21 132.97 212.73 -
System Red Green Blue C M Y K H S L
Decimal 187 6 77 0 0.97 0.59 0.27 336.46 0.94 0.38
Hex BB 6 4D 0 61 3B 1B 150 5E 26
Octal 273 6 115 0 141 73 33 520 136 46
Binary 10111011 110 1001101 0 1100001 111011 11011 101010000 1011110 100110

Color Harmonies of #BB064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB064D

Black with #BB064D

Text Example


Text Example

White with #BB064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB064D; }

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

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

background-color css

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

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

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

border-color css

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

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

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