Html Css Color HEX #B71467 Jazzberry Jam

📋 copy color: '#B71467'

red 183 ◦ green 20 ◦ blue 103

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

Shades of Jazzberry Jam #B71467

Tints of Jazzberry Jam #B71467

RGB

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

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

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

R = 59.8%
G = 6.54%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B71467 (or 0xB71467) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 67. RGB value is (183,20,103). Sum of RGB (Red+Green+Blue) = 183+20+103=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B71467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71467 is #48EB98. Grayscale: #4E4E4E. Windows color (decimal): -4778905 or 6755511. OLE color: 6755511.

HSL color Cylindrical-coordinate representation of color #B71467: hue angle of 329.45º 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 #B71467 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 20 103 -
CMYK 0 0.89 0.44 0.28
HSL 329.45º 0.8% 0.4% -
HSV(B) 329.45º 0.89% 0.72% -
XYZ 22.23 11.55 13.89 -
YUV 78.2 142 202.75 -
System Red Green Blue C M Y K H S L
Decimal 183 20 103 0 0.89 0.44 0.28 329.45 0.8 0.4
Hex B7 14 67 0 59 2C 1C 149 50 28
Octal 267 24 147 0 131 54 34 511 120 50
Binary 10110111 10100 1100111 0 1011001 101100 11100 101001001 1010000 101000

Color Harmonies of #B71467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71467

Black with #B71467

Text Example


Text Example

White with #B71467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71467; }

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

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

background-color css

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

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

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

border-color css

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

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

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