Html Css Color HEX #B60B5C Jazzberry Jam

📋 copy color: '#B60B5C'

red 182 ◦ green 11 ◦ blue 92

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

Shades of Jazzberry Jam #B60B5C

Tints of Jazzberry Jam #B60B5C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.86%

 BLUE value IS 92 (36.33% from 255) = 32.28%

R = 63.86%
G = 3.86%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B60B5C (or 0xB60B5C) is known color: Jazzberry Jam. HEX triplet: B6, 0B and 5C. RGB value is (182,11,92). Sum of RGB (Red+Green+Blue) = 182+11+92=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B60B5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60B5C is #49F4A3. Grayscale: #474747. Windows color (decimal): -4846756 or 6032310. OLE color: 6032310.

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

Color convert

RGB 182 11 92 -
CMYK 0 0.94 0.49 0.29
HSL 331.58º 0.89% 0.38% -
HSV(B) 331.58º 0.94% 0.71% -
XYZ 21.34 10.96 11.12 -
YUV 71.36 139.65 206.91 -
System Red Green Blue C M Y K H S L
Decimal 182 11 92 0 0.94 0.49 0.29 331.58 0.89 0.38
Hex B6 B 5C 0 5E 31 1D 14C 59 26
Octal 266 13 134 0 136 61 35 514 131 46
Binary 10110110 1011 1011100 0 1011110 110001 11101 101001100 1011001 100110

Color Harmonies of #B60B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60B5C

Black with #B60B5C

Text Example


Text Example

White with #B60B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60B5C; }

 p { color: rgb(182,11,92); }

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

background-color css

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

 a { background-color: rgb(182,11,92); }

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

border-color css

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

 span { border-color: rgb(182,11,92); }

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