Html Css Color HEX #B60168 Jazzberry Jam

📋 copy color: '#B60168'

red 182 ◦ green 1 ◦ blue 104

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

Shades of Jazzberry Jam #B60168

Tints of Jazzberry Jam #B60168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 104 (41.02% from 255) = 36.24%

R = 63.41%
G = 0.35%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B60168 (or 0xB60168) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 68. RGB value is (182,1,104). Sum of RGB (Red+Green+Blue) = 182+1+104=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B60168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60168 is #49FE97. Grayscale: #424242. Windows color (decimal): -4849304 or 6816182. OLE color: 6816182.

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

Color convert

RGB 182 1 104 -
CMYK 0 0.99 0.43 0.29
HSL 325.86º 0.99% 0.36% -
HSV(B) 325.86º 0.99% 0.71% -
XYZ 21.8 10.97 14.06 -
YUV 66.86 148.97 210.12 -
System Red Green Blue C M Y K H S L
Decimal 182 1 104 0 0.99 0.43 0.29 325.86 0.99 0.36
Hex B6 1 68 0 63 2B 1D 146 63 24
Octal 266 1 150 0 143 53 35 506 143 44
Binary 10110110 1 1101000 0 1100011 101011 11101 101000110 1100011 100100

Color Harmonies of #B60168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60168

Black with #B60168

Text Example


Text Example

White with #B60168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60168; }

 p { color: rgb(182,1,104); }

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

background-color css

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

 a { background-color: rgb(182,1,104); }

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

border-color css

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

 span { border-color: rgb(182,1,104); }

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