Html Css Color HEX #B71064 Jazzberry Jam

📋 copy color: '#B71064'

red 183 ◦ green 16 ◦ blue 100

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

Shades of Jazzberry Jam #B71064

Tints of Jazzberry Jam #B71064

RGB

 RED value IS 183 (71.88% from 255) = 61.2%

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

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 61.2%
G = 5.35%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B71064 (or 0xB71064) is known color: Jazzberry Jam. HEX triplet: B7, 10 and 64. RGB value is (183,16,100). Sum of RGB (Red+Green+Blue) = 183+16+100=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B71064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71064 is #48EF9B. Grayscale: #4B4B4B. Windows color (decimal): -4779932 or 6557879. OLE color: 6557879.

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

Color convert

RGB 183 16 100 -
CMYK 0 0.91 0.45 0.28
HSL 329.82º 0.84% 0.39% -
HSV(B) 329.82º 0.91% 0.72% -
XYZ 22.01 11.36 13.09 -
YUV 75.51 141.83 204.67 -
System Red Green Blue C M Y K H S L
Decimal 183 16 100 0 0.91 0.45 0.28 329.82 0.84 0.39
Hex B7 10 64 0 5B 2D 1C 14A 54 27
Octal 267 20 144 0 133 55 34 512 124 47
Binary 10110111 10000 1100100 0 1011011 101101 11100 101001010 1010100 100111

Color Harmonies of #B71064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71064

Black with #B71064

Text Example


Text Example

White with #B71064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71064; }

 p { color: rgb(183,16,100); }

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

background-color css

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

 a { background-color: rgb(183,16,100); }

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

border-color css

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

 span { border-color: rgb(183,16,100); }

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