Html Css Color HEX #B51067 Jazzberry Jam

📋 copy color: '#B51067'

red 181 ◦ green 16 ◦ blue 103

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

Shades of Jazzberry Jam #B51067

Tints of Jazzberry Jam #B51067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.33%

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

R = 60.33%
G = 5.33%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B51067 (or 0xB51067) is known color: Jazzberry Jam. HEX triplet: B5, 10 and 67. RGB value is (181,16,103). Sum of RGB (Red+Green+Blue) = 181+16+103=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B51067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51067 is #4AEF98. Grayscale: #4B4B4B. Windows color (decimal): -4911001 or 6754485. OLE color: 6754485.

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

Color convert

RGB 181 16 103 -
CMYK 0 0.91 0.43 0.29
HSL 328.36º 0.84% 0.39% -
HSV(B) 328.36º 0.91% 0.71% -
XYZ 21.69 11.17 13.85 -
YUV 75.25 143.66 203.43 -
System Red Green Blue C M Y K H S L
Decimal 181 16 103 0 0.91 0.43 0.29 328.36 0.84 0.39
Hex B5 10 67 0 5B 2B 1D 148 54 27
Octal 265 20 147 0 133 53 35 510 124 47
Binary 10110101 10000 1100111 0 1011011 101011 11101 101001000 1010100 100111

Color Harmonies of #B51067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51067

Black with #B51067

Text Example


Text Example

White with #B51067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51067; }

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

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

background-color css

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

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

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

border-color css

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

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

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