Html Css Color HEX #B40666 Jazzberry Jam

📋 copy color: '#B40666'

red 180 ◦ green 6 ◦ blue 102

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

Shades of Jazzberry Jam #B40666

Tints of Jazzberry Jam #B40666

RGB

 RED value IS 180 (70.7% from 255) = 62.5%

 GREEN value IS 6 (2.73% from 255) = 2.08%

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

R = 62.5%
G = 2.08%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B40666 (or 0xB40666) is known color: Jazzberry Jam. HEX triplet: B4, 06 and 66. RGB value is (180,6,102). Sum of RGB (Red+Green+Blue) = 180+6+102=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B40666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40666 is #4BF999. Grayscale: #444444. Windows color (decimal): -4979098 or 6686388. OLE color: 6686388.

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

Color convert

RGB 180 6 102 -
CMYK 0 0.97 0.43 0.29
HSL 326.9º 0.94% 0.36% -
HSV(B) 326.9º 0.97% 0.71% -
XYZ 21.29 10.79 13.53 -
YUV 68.97 146.65 207.19 -
System Red Green Blue C M Y K H S L
Decimal 180 6 102 0 0.97 0.43 0.29 326.9 0.94 0.36
Hex B4 6 66 0 61 2B 1D 147 5E 24
Octal 264 6 146 0 141 53 35 507 136 44
Binary 10110100 110 1100110 0 1100001 101011 11101 101000111 1011110 100100

Color Harmonies of #B40666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40666

Black with #B40666

Text Example


Text Example

White with #B40666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40666; }

 p { color: rgb(180,6,102); }

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

background-color css

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

 a { background-color: rgb(180,6,102); }

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

border-color css

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

 span { border-color: rgb(180,6,102); }

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