Html Css Color HEX #B40959 Jazzberry Jam

📋 copy color: '#B40959'

red 180 ◦ green 9 ◦ blue 89

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

Shades of Jazzberry Jam #B40959

Tints of Jazzberry Jam #B40959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.01%

R = 64.75%
G = 3.24%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B40959 (or 0xB40959) is known color: Jazzberry Jam. HEX triplet: B4, 09 and 59. RGB value is (180,9,89). Sum of RGB (Red+Green+Blue) = 180+9+89=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B40959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40959 is #4BF6A6. Grayscale: #454545. Windows color (decimal): -4978343 or 5835188. OLE color: 5835188.

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

Color convert

RGB 180 9 89 -
CMYK 0 0.95 0.51 0.29
HSL 331.93º 0.9% 0.37% -
HSV(B) 331.93º 0.95% 0.71% -
XYZ 20.72 10.62 10.41 -
YUV 69.25 139.15 207 -
System Red Green Blue C M Y K H S L
Decimal 180 9 89 0 0.95 0.51 0.29 331.93 0.9 0.37
Hex B4 9 59 0 5F 33 1D 14C 5A 25
Octal 264 11 131 0 137 63 35 514 132 45
Binary 10110100 1001 1011001 0 1011111 110011 11101 101001100 1011010 100101

Color Harmonies of #B40959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40959

Black with #B40959

Text Example


Text Example

White with #B40959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40959; }

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

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

background-color css

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

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

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

border-color css

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

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

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