Html Css Color HEX #B60165 Jazzberry Jam

📋 copy color: '#B60165'

red 182 ◦ green 1 ◦ blue 101

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

Shades of Jazzberry Jam #B60165

Tints of Jazzberry Jam #B60165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 64.08%
G = 0.35%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B60165 (or 0xB60165) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 65. RGB value is (182,1,101). Sum of RGB (Red+Green+Blue) = 182+1+101=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B60165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60165 is #49FE9A. Grayscale: #424242. Windows color (decimal): -4849307 or 6619574. OLE color: 6619574.

HSL color Cylindrical-coordinate representation of color #B60165: hue angle of 326.85º 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 #B60165 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 1 101 -
CMYK 0 0.99 0.45 0.29
HSL 326.85º 0.99% 0.36% -
HSV(B) 326.85º 0.99% 0.71% -
XYZ 21.65 10.91 13.28 -
YUV 66.52 147.47 210.37 -
System Red Green Blue C M Y K H S L
Decimal 182 1 101 0 0.99 0.45 0.29 326.85 0.99 0.36
Hex B6 1 65 0 63 2D 1D 147 63 24
Octal 266 1 145 0 143 55 35 507 143 44
Binary 10110110 1 1100101 0 1100011 101101 11101 101000111 1100011 100100

Color Harmonies of #B60165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60165

Black with #B60165

Text Example


Text Example

White with #B60165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60165; }

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

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

background-color css

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

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

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

border-color css

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

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

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