Html Css Color HEX #B61865 Jazzberry Jam

📋 copy color: '#B61865'

red 182 ◦ green 24 ◦ blue 101

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

Shades of Jazzberry Jam #B61865

Tints of Jazzberry Jam #B61865

RGB

 RED value IS 182 (71.48% from 255) = 59.28%

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

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

R = 59.28%
G = 7.82%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B61865 (or 0xB61865) is known color: Jazzberry Jam. HEX triplet: B6, 18 and 65. RGB value is (182,24,101). Sum of RGB (Red+Green+Blue) = 182+24+101=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B61865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61865 is #49E79A. Grayscale: #4F4F4F. Windows color (decimal): -4843419 or 6625462. OLE color: 6625462.

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

Color convert

RGB 182 24 101 -
CMYK 0 0.87 0.45 0.29
HSL 330.76º 0.77% 0.4% -
HSV(B) 330.76º 0.87% 0.71% -
XYZ 21.97 11.54 13.38 -
YUV 80.02 139.85 200.74 -
System Red Green Blue C M Y K H S L
Decimal 182 24 101 0 0.87 0.45 0.29 330.76 0.77 0.4
Hex B6 18 65 0 57 2D 1D 14B 4D 28
Octal 266 30 145 0 127 55 35 513 115 50
Binary 10110110 11000 1100101 0 1010111 101101 11101 101001011 1001101 101000

Color Harmonies of #B61865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61865

Black with #B61865

Text Example


Text Example

White with #B61865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61865; }

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

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

background-color css

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

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

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

border-color css

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

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

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