Html Css Color HEX #B51267 Jazzberry Jam

📋 copy color: '#B51267'

red 181 ◦ green 18 ◦ blue 103

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

Shades of Jazzberry Jam #B51267

Tints of Jazzberry Jam #B51267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.96%

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

R = 59.93%
G = 5.96%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B51267 (or 0xB51267) is known color: Jazzberry Jam. HEX triplet: B5, 12 and 67. RGB value is (181,18,103). Sum of RGB (Red+Green+Blue) = 181+18+103=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B51267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51267 is #4AED98. Grayscale: #4C4C4C. Windows color (decimal): -4910489 or 6754997. OLE color: 6754997.

HSL color Cylindrical-coordinate representation of color #B51267: hue angle of 328.71º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51267 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 18 103 -
CMYK 0 0.90 0.43 0.29
HSL 328.71º 0.82% 0.39% -
HSV(B) 328.71º 0.9% 0.71% -
XYZ 21.72 11.24 13.86 -
YUV 76.43 143 202.59 -
System Red Green Blue C M Y K H S L
Decimal 181 18 103 0 0.90 0.43 0.29 328.71 0.82 0.39
Hex B5 12 67 0 5A 2B 1D 149 52 27
Octal 265 22 147 0 132 53 35 511 122 47
Binary 10110101 10010 1100111 0 1011010 101011 11101 101001001 1010010 100111

Color Harmonies of #B51267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51267

Black with #B51267

Text Example


Text Example

White with #B51267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51267; }

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

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

background-color css

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

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

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

border-color css

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

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

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