Html Css Color HEX #B71965 Jazzberry Jam

📋 copy color: '#B71965'

red 183 ◦ green 25 ◦ blue 101

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

Shades of Jazzberry Jam #B71965

Tints of Jazzberry Jam #B71965

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.09%

 BLUE value IS 101 (39.84% from 255) = 32.69%

R = 59.22%
G = 8.09%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B71965 (or 0xB71965) is known color: Jazzberry Jam. HEX triplet: B7, 19 and 65. RGB value is (183,25,101). Sum of RGB (Red+Green+Blue) = 183+25+101=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B71965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71965 is #48E69A. Grayscale: #505050. Windows color (decimal): -4777627 or 6625719. OLE color: 6625719.

HSL color Cylindrical-coordinate representation of color #B71965: hue angle of 331.14º degrees, saturation: 0.76, 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 #B71965 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 25 101 -
CMYK 0 0.86 0.45 0.28
HSL 331.14º 0.76% 0.41% -
HSV(B) 331.14º 0.86% 0.72% -
XYZ 22.23 11.7 13.4 -
YUV 80.91 139.35 200.82 -
System Red Green Blue C M Y K H S L
Decimal 183 25 101 0 0.86 0.45 0.28 331.14 0.76 0.41
Hex B7 19 65 0 56 2D 1C 14B 4C 29
Octal 267 31 145 0 126 55 34 513 114 51
Binary 10110111 11001 1100101 0 1010110 101101 11100 101001011 1001100 101001

Color Harmonies of #B71965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71965

Black with #B71965

Text Example


Text Example

White with #B71965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71965; }

 p { color: rgb(183,25,101); }

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

background-color css

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

 a { background-color: rgb(183,25,101); }

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

border-color css

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

 span { border-color: rgb(183,25,101); }

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