Html Css Color HEX #B40B64 Jazzberry Jam

📋 copy color: '#B40B64'

red 180 ◦ green 11 ◦ blue 100

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

Shades of Jazzberry Jam #B40B64

Tints of Jazzberry Jam #B40B64

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.78%

 BLUE value IS 100 (39.45% from 255) = 34.36%

R = 61.86%
G = 3.78%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B40B64 (or 0xB40B64) is known color: Jazzberry Jam. HEX triplet: B4, 0B and 64. RGB value is (180,11,100). Sum of RGB (Red+Green+Blue) = 180+11+100=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40B64 is #4BF49B. Grayscale: #474747. Windows color (decimal): -4977820 or 6556596. OLE color: 6556596.

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

Color convert

RGB 180 11 100 -
CMYK 0 0.94 0.44 0.29
HSL 328.4º 0.88% 0.37% -
HSV(B) 328.4º 0.94% 0.71% -
XYZ 21.24 10.86 13.03 -
YUV 71.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 180 11 100 0 0.94 0.44 0.29 328.4 0.88 0.37
Hex B4 B 64 0 5E 2C 1D 148 58 25
Octal 264 13 144 0 136 54 35 510 130 45
Binary 10110100 1011 1100100 0 1011110 101100 11101 101001000 1011000 100101

Color Harmonies of #B40B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40B64

Black with #B40B64

Text Example


Text Example

White with #B40B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40B64; }

 p { color: rgb(180,11,100); }

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

background-color css

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

 a { background-color: rgb(180,11,100); }

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

border-color css

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

 span { border-color: rgb(180,11,100); }

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