Html Css Color HEX #B60C67 Jazzberry Jam

📋 copy color: '#B60C67'

red 182 ◦ green 12 ◦ blue 103

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

Shades of Jazzberry Jam #B60C67

Tints of Jazzberry Jam #B60C67

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.04%

 BLUE value IS 103 (40.63% from 255) = 34.68%

R = 61.28%
G = 4.04%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B60C67 (or 0xB60C67) is known color: Jazzberry Jam. HEX triplet: B6, 0C and 67. RGB value is (182,12,103). Sum of RGB (Red+Green+Blue) = 182+12+103=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60C67 is #49F398. Grayscale: #494949. Windows color (decimal): -4846489 or 6753462. OLE color: 6753462.

HSL color Cylindrical-coordinate representation of color #B60C67: hue angle of 327.88º degrees, saturation: 0.88, 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 #B60C67 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 12 103 -
CMYK 0 0.93 0.43 0.29
HSL 327.88º 0.88% 0.38% -
HSV(B) 327.88º 0.93% 0.71% -
XYZ 21.87 11.19 13.84 -
YUV 73.2 144.82 205.6 -
System Red Green Blue C M Y K H S L
Decimal 182 12 103 0 0.93 0.43 0.29 327.88 0.88 0.38
Hex B6 C 67 0 5D 2B 1D 148 58 26
Octal 266 14 147 0 135 53 35 510 130 46
Binary 10110110 1100 1100111 0 1011101 101011 11101 101001000 1011000 100110

Color Harmonies of #B60C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60C67

Black with #B60C67

Text Example


Text Example

White with #B60C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60C67; }

 p { color: rgb(182,12,103); }

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

background-color css

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

 a { background-color: rgb(182,12,103); }

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

border-color css

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

 span { border-color: rgb(182,12,103); }

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