Html Css Color HEX #B71468 Jazzberry Jam

📋 copy color: '#B71468'

red 183 ◦ green 20 ◦ blue 104

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

Shades of Jazzberry Jam #B71468

Tints of Jazzberry Jam #B71468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 59.61%
G = 6.51%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B71468 (or 0xB71468) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 68. RGB value is (183,20,104). Sum of RGB (Red+Green+Blue) = 183+20+104=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B71468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71468 is #48EB97. Grayscale: #4E4E4E. Windows color (decimal): -4778904 or 6821047. OLE color: 6821047.

HSL color Cylindrical-coordinate representation of color #B71468: hue angle of 329.08º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71468 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 20 104 -
CMYK 0 0.89 0.43 0.28
HSL 329.08º 0.8% 0.4% -
HSV(B) 329.08º 0.89% 0.72% -
XYZ 22.28 11.57 14.16 -
YUV 78.31 142.5 202.67 -
System Red Green Blue C M Y K H S L
Decimal 183 20 104 0 0.89 0.43 0.28 329.08 0.8 0.4
Hex B7 14 68 0 59 2B 1C 149 50 28
Octal 267 24 150 0 131 53 34 511 120 50
Binary 10110111 10100 1101000 0 1011001 101011 11100 101001001 1010000 101000

Color Harmonies of #B71468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71468

Black with #B71468

Text Example


Text Example

White with #B71468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71468; }

 p { color: rgb(183,20,104); }

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

background-color css

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

 a { background-color: rgb(183,20,104); }

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

border-color css

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

 span { border-color: rgb(183,20,104); }

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