Html Css Color HEX #B60F5E Jazzberry Jam

📋 copy color: '#B60F5E'

red 182 ◦ green 15 ◦ blue 94

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

Shades of Jazzberry Jam #B60F5E

Tints of Jazzberry Jam #B60F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.15%

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

R = 62.54%
G = 5.15%
B = 32.3%

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

#B60F5E (or 0xB60F5E) is known color: Jazzberry Jam. HEX triplet: B6, 0F and 5E. RGB value is (182,15,94). Sum of RGB (Red+Green+Blue) = 182+15+94=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60F5E is #49F0A1. Grayscale: #494949. Windows color (decimal): -4845730 or 6164406. OLE color: 6164406.

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

Color convert

RGB 182 15 94 -
CMYK 0 0.92 0.48 0.29
HSL 331.62º 0.85% 0.39% -
HSV(B) 331.62º 0.92% 0.71% -
XYZ 21.48 11.09 11.6 -
YUV 73.94 139.33 205.08 -
System Red Green Blue C M Y K H S L
Decimal 182 15 94 0 0.92 0.48 0.29 331.62 0.85 0.39
Hex B6 F 5E 0 5C 30 1D 14C 55 27
Octal 266 17 136 0 134 60 35 514 125 47
Binary 10110110 1111 1011110 0 1011100 110000 11101 101001100 1010101 100111

Color Harmonies of #B60F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60F5E

Black with #B60F5E

Text Example


Text Example

White with #B60F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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