Html Css Color HEX #B51469 Jazzberry Jam

📋 copy color: '#B51469'

red 181 ◦ green 20 ◦ blue 105

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

Shades of Jazzberry Jam #B51469

Tints of Jazzberry Jam #B51469

RGB

 RED value IS 181 (71.09% from 255) = 59.15%

 GREEN value IS 20 (8.2% from 255) = 6.54%

 BLUE value IS 105 (41.41% from 255) = 34.31%

R = 59.15%
G = 6.54%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B51469 (or 0xB51469) is known color: Jazzberry Jam. HEX triplet: B5, 14 and 69. RGB value is (181,20,105). Sum of RGB (Red+Green+Blue) = 181+20+105=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B51469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51469 is #4AEB96. Grayscale: #4D4D4D. Windows color (decimal): -4909975 or 6886581. OLE color: 6886581.

HSL color Cylindrical-coordinate representation of color #B51469: hue angle of 328.32º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B51469 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 20 105 -
CMYK 0 0.89 0.42 0.29
HSL 328.32º 0.8% 0.39% -
HSV(B) 328.32º 0.89% 0.71% -
XYZ 21.86 11.34 14.4 -
YUV 77.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 181 20 105 0 0.89 0.42 0.29 328.32 0.8 0.39
Hex B5 14 69 0 59 2A 1D 148 50 27
Octal 265 24 151 0 131 52 35 510 120 47
Binary 10110101 10100 1101001 0 1011001 101010 11101 101001000 1010000 100111

Color Harmonies of #B51469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51469

Black with #B51469

Text Example


Text Example

White with #B51469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51469; }

 p { color: rgb(181,20,105); }

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

background-color css

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

 a { background-color: rgb(181,20,105); }

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

border-color css

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

 span { border-color: rgb(181,20,105); }

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