Html Css Color HEX #B71865 Jazzberry Jam

📋 copy color: '#B71865'

red 183 ◦ green 24 ◦ blue 101

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

Shades of Jazzberry Jam #B71865

Tints of Jazzberry Jam #B71865

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.79%

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

R = 59.42%
G = 7.79%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B71865 (or 0xB71865) is known color: Jazzberry Jam. HEX triplet: B7, 18 and 65. RGB value is (183,24,101). Sum of RGB (Red+Green+Blue) = 183+24+101=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B71865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71865 is #48E79A. Grayscale: #505050. Windows color (decimal): -4777883 or 6625463. OLE color: 6625463.

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

Color convert

RGB 183 24 101 -
CMYK 0 0.87 0.45 0.28
HSL 330.94º 0.77% 0.41% -
HSV(B) 330.94º 0.87% 0.72% -
XYZ 22.2 11.66 13.39 -
YUV 80.32 139.68 201.24 -
System Red Green Blue C M Y K H S L
Decimal 183 24 101 0 0.87 0.45 0.28 330.94 0.77 0.41
Hex B7 18 65 0 57 2D 1C 14B 4D 29
Octal 267 30 145 0 127 55 34 513 115 51
Binary 10110111 11000 1100101 0 1010111 101101 11100 101001011 1001101 101001

Color Harmonies of #B71865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71865

Black with #B71865

Text Example


Text Example

White with #B71865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71865; }

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

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

background-color css

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

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

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

border-color css

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

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

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