Html Css Color HEX #B51967 Jazzberry Jam

📋 copy color: '#B51967'

red 181 ◦ green 25 ◦ blue 103

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

Shades of Jazzberry Jam #B51967

Tints of Jazzberry Jam #B51967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.09%

 BLUE value IS 103 (40.63% from 255) = 33.33%

R = 58.58%
G = 8.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B51967 (or 0xB51967) is known color: Jazzberry Jam. HEX triplet: B5, 19 and 67. RGB value is (181,25,103). Sum of RGB (Red+Green+Blue) = 181+25+103=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B51967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51967 is #4AE698. Grayscale: #505050. Windows color (decimal): -4908697 or 6756789. OLE color: 6756789.

HSL color Cylindrical-coordinate representation of color #B51967: hue angle of 330º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51967 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 25 103 -
CMYK 0 0.86 0.43 0.29
HSL 330º 0.76% 0.4% -
HSV(B) 330º 0.86% 0.71% -
XYZ 21.85 11.5 13.9 -
YUV 80.54 140.68 199.66 -
System Red Green Blue C M Y K H S L
Decimal 181 25 103 0 0.86 0.43 0.29 330 0.76 0.4
Hex B5 19 67 0 56 2B 1D 14A 4C 28
Octal 265 31 147 0 126 53 35 512 114 50
Binary 10110101 11001 1100111 0 1010110 101011 11101 101001010 1001100 101000

Color Harmonies of #B51967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51967

Black with #B51967

Text Example


Text Example

White with #B51967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51967; }

 p { color: rgb(181,25,103); }

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

background-color css

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

 a { background-color: rgb(181,25,103); }

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

border-color css

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

 span { border-color: rgb(181,25,103); }

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