Html Css Color HEX #B40965 Jazzberry Jam

📋 copy color: '#B40965'

red 180 ◦ green 9 ◦ blue 101

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

Shades of Jazzberry Jam #B40965

Tints of Jazzberry Jam #B40965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.1%

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

R = 62.07%
G = 3.1%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B40965 (or 0xB40965) is known color: Jazzberry Jam. HEX triplet: B4, 09 and 65. RGB value is (180,9,101). Sum of RGB (Red+Green+Blue) = 180+9+101=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B40965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40965 is #4BF69A. Grayscale: #464646. Windows color (decimal): -4978331 or 6621620. OLE color: 6621620.

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

Color convert

RGB 180 9 101 -
CMYK 0 0.95 0.44 0.29
HSL 327.72º 0.9% 0.37% -
HSV(B) 327.72º 0.95% 0.71% -
XYZ 21.27 10.84 13.28 -
YUV 70.62 145.15 206.02 -
System Red Green Blue C M Y K H S L
Decimal 180 9 101 0 0.95 0.44 0.29 327.72 0.9 0.37
Hex B4 9 65 0 5F 2C 1D 148 5A 25
Octal 264 11 145 0 137 54 35 510 132 45
Binary 10110100 1001 1100101 0 1011111 101100 11101 101001000 1011010 100101

Color Harmonies of #B40965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40965

Black with #B40965

Text Example


Text Example

White with #B40965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40965; }

 p { color: rgb(180,9,101); }

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

background-color css

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

 a { background-color: rgb(180,9,101); }

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

border-color css

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

 span { border-color: rgb(180,9,101); }

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