Html Css Color HEX #B60D4E Jazzberry Jam

📋 copy color: '#B60D4E'

red 182 ◦ green 13 ◦ blue 78

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

Shades of Jazzberry Jam #B60D4E

Tints of Jazzberry Jam #B60D4E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.76%

 BLUE value IS 78 (30.86% from 255) = 28.57%

R = 66.67%
G = 4.76%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B60D4E (or 0xB60D4E) is known color: Jazzberry Jam. HEX triplet: B6, 0D and 4E. RGB value is (182,13,78). Sum of RGB (Red+Green+Blue) = 182+13+78=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60D4E is #49F2B1. Grayscale: #464646. Windows color (decimal): -4846258 or 5115318. OLE color: 5115318.

HSL color Cylindrical-coordinate representation of color #B60D4E: hue angle of 336.92º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60D4E is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 13 78 -
CMYK 0 0.93 0.57 0.29
HSL 336.92º 0.87% 0.38% -
HSV(B) 336.92º 0.93% 0.71% -
XYZ 20.81 10.78 8.19 -
YUV 70.94 131.99 207.21 -
System Red Green Blue C M Y K H S L
Decimal 182 13 78 0 0.93 0.57 0.29 336.92 0.87 0.38
Hex B6 D 4E 0 5D 39 1D 151 57 26
Octal 266 15 116 0 135 71 35 521 127 46
Binary 10110110 1101 1001110 0 1011101 111001 11101 101010001 1010111 100110

Color Harmonies of #B60D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60D4E

Black with #B60D4E

Text Example


Text Example

White with #B60D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60D4E; }

 p { color: rgb(182,13,78); }

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

background-color css

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

 a { background-color: rgb(182,13,78); }

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

border-color css

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

 span { border-color: rgb(182,13,78); }

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