Html Css Color HEX #B60466 Jazzberry Jam

📋 copy color: '#B60466'

red 182 ◦ green 4 ◦ blue 102

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

Shades of Jazzberry Jam #B60466

Tints of Jazzberry Jam #B60466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

 BLUE value IS 102 (40.23% from 255) = 35.42%

R = 63.19%
G = 1.39%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B60466 (or 0xB60466) is known color: Jazzberry Jam. HEX triplet: B6, 04 and 66. RGB value is (182,4,102). Sum of RGB (Red+Green+Blue) = 182+4+102=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B60466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60466 is #49FB99. Grayscale: #444444. Windows color (decimal): -4848538 or 6685878. OLE color: 6685878.

HSL color Cylindrical-coordinate representation of color #B60466: hue angle of 326.97º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B60466 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 4 102 -
CMYK 0 0.98 0.44 0.29
HSL 326.97º 0.96% 0.36% -
HSV(B) 326.97º 0.98% 0.71% -
XYZ 21.73 10.99 13.55 -
YUV 68.39 146.97 209.03 -
System Red Green Blue C M Y K H S L
Decimal 182 4 102 0 0.98 0.44 0.29 326.97 0.96 0.36
Hex B6 4 66 0 62 2C 1D 147 60 24
Octal 266 4 146 0 142 54 35 507 140 44
Binary 10110110 100 1100110 0 1100010 101100 11101 101000111 1100000 100100

Color Harmonies of #B60466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60466

Black with #B60466

Text Example


Text Example

White with #B60466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60466; }

 p { color: rgb(182,4,102); }

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

background-color css

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

 a { background-color: rgb(182,4,102); }

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

border-color css

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

 span { border-color: rgb(182,4,102); }

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