Html Css Color HEX #B60E5E Jazzberry Jam

📋 copy color: '#B60E5E'

red 182 ◦ green 14 ◦ blue 94

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

Shades of Jazzberry Jam #B60E5E

Tints of Jazzberry Jam #B60E5E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.83%

 BLUE value IS 94 (37.11% from 255) = 32.41%

R = 62.76%
G = 4.83%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B60E5E (or 0xB60E5E) is known color: Jazzberry Jam. HEX triplet: B6, 0E and 5E. RGB value is (182,14,94). Sum of RGB (Red+Green+Blue) = 182+14+94=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B60E5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60E5E is #49F1A1. Grayscale: #494949. Windows color (decimal): -4845986 or 6164150. OLE color: 6164150.

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

Color convert

RGB 182 14 94 -
CMYK 0 0.92 0.48 0.29
HSL 331.43º 0.86% 0.38% -
HSV(B) 331.43º 0.92% 0.71% -
XYZ 21.47 11.07 11.59 -
YUV 73.35 139.66 205.5 -
System Red Green Blue C M Y K H S L
Decimal 182 14 94 0 0.92 0.48 0.29 331.43 0.86 0.38
Hex B6 E 5E 0 5C 30 1D 14B 56 26
Octal 266 16 136 0 134 60 35 513 126 46
Binary 10110110 1110 1011110 0 1011100 110000 11101 101001011 1010110 100110

Color Harmonies of #B60E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60E5E

Black with #B60E5E

Text Example


Text Example

White with #B60E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60E5E; }

 p { color: rgb(182,14,94); }

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

background-color css

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

 a { background-color: rgb(182,14,94); }

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

border-color css

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

 span { border-color: rgb(182,14,94); }

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