Html Css Color HEX #B60044 Jazzberry Jam

📋 copy color: '#B60044'

red 182 ◦ green 0 ◦ blue 68

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

Shades of Jazzberry Jam #B60044

Tints of Jazzberry Jam #B60044

RGB

 RED value IS 182 (71.48% from 255) = 72.8%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 68 (26.95% from 255) = 27.2%

R = 72.8%
G = 0%
B = 27.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B60044 (or 0xB60044) is known color: Jazzberry Jam. HEX triplet: B6, 00 and 44. RGB value is (182,0,68). Sum of RGB (Red+Green+Blue) = 182+0+68=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B60044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60044 is #49FFBB. Grayscale: #3E3E3E. Windows color (decimal): -4849596 or 4456630. OLE color: 4456630.

HSL color Cylindrical-coordinate representation of color #B60044: hue angle of 337.58º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B60044 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 0 68 -
CMYK 0 1 0.63 0.29
HSL 337.58º 1% 0.36% -
HSV(B) 337.58º 1% 0.71% -
XYZ 20.33 10.36 6.4 -
YUV 62.17 131.3 213.47 -
System Red Green Blue C M Y K H S L
Decimal 182 0 68 0 1 0.63 0.29 337.58 1 0.36
Hex B6 0 44 0 64 3F 1D 152 64 24
Octal 266 0 104 0 144 77 35 522 144 44
Binary 10110110 0 1000100 0 1100100 111111 11101 101010010 1100100 100100

Color Harmonies of #B60044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60044

Black with #B60044

Text Example


Text Example

White with #B60044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60044; }

 p { color: rgb(182,0,68); }

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

background-color css

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

 a { background-color: rgb(182,0,68); }

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

border-color css

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

 span { border-color: rgb(182,0,68); }

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