Html Css Color HEX #B40962 Jazzberry Jam

📋 copy color: '#B40962'

red 180 ◦ green 9 ◦ blue 98

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

Shades of Jazzberry Jam #B40962

Tints of Jazzberry Jam #B40962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.15%

R = 62.72%
G = 3.14%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B40962 (or 0xB40962) is known color: Jazzberry Jam. HEX triplet: B4, 09 and 62. RGB value is (180,9,98). Sum of RGB (Red+Green+Blue) = 180+9+98=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B40962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40962 is #4BF69D. Grayscale: #464646. Windows color (decimal): -4978334 or 6425012. OLE color: 6425012.

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

Color convert

RGB 180 9 98 -
CMYK 0 0.95 0.46 0.29
HSL 328.77º 0.9% 0.37% -
HSV(B) 328.77º 0.95% 0.71% -
XYZ 21.12 10.78 12.52 -
YUV 70.28 143.65 206.26 -
System Red Green Blue C M Y K H S L
Decimal 180 9 98 0 0.95 0.46 0.29 328.77 0.9 0.37
Hex B4 9 62 0 5F 2E 1D 149 5A 25
Octal 264 11 142 0 137 56 35 511 132 45
Binary 10110100 1001 1100010 0 1011111 101110 11101 101001001 1011010 100101

Color Harmonies of #B40962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40962

Black with #B40962

Text Example


Text Example

White with #B40962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40962; }

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

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

background-color css

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

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

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

border-color css

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

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

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