Html Css Color HEX #B71A6B Jazzberry Jam

📋 copy color: '#B71A6B'

red 183 ◦ green 26 ◦ blue 107

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

Shades of Jazzberry Jam #B71A6B

Tints of Jazzberry Jam #B71A6B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.23%

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 57.91%
G = 8.23%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B71A6B (or 0xB71A6B) is known color: Jazzberry Jam. HEX triplet: B7, 1A and 6B. RGB value is (183,26,107). Sum of RGB (Red+Green+Blue) = 183+26+107=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71A6B is #48E594. Grayscale: #525252. Windows color (decimal): -4777365 or 7019191. OLE color: 7019191.

HSL color Cylindrical-coordinate representation of color #B71A6B: hue angle of 329.04º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71A6B is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 26 107 -
CMYK 0 0.86 0.42 0.28
HSL 329.04º 0.75% 0.41% -
HSV(B) 329.04º 0.86% 0.72% -
XYZ 22.55 11.87 15.01 -
YUV 82.18 142.01 199.91 -
System Red Green Blue C M Y K H S L
Decimal 183 26 107 0 0.86 0.42 0.28 329.04 0.75 0.41
Hex B7 1A 6B 0 56 2A 1C 149 4B 29
Octal 267 32 153 0 126 52 34 511 113 51
Binary 10110111 11010 1101011 0 1010110 101010 11100 101001001 1001011 101001

Color Harmonies of #B71A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71A6B

Black with #B71A6B

Text Example


Text Example

White with #B71A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71A6B; }

 p { color: rgb(183,26,107); }

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

background-color css

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

 a { background-color: rgb(183,26,107); }

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

border-color css

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

 span { border-color: rgb(183,26,107); }

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