Html Css Color HEX #B81665 Jazzberry Jam

📋 copy color: '#B81665'

red 184 ◦ green 22 ◦ blue 101

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

Shades of Jazzberry Jam #B81665

Tints of Jazzberry Jam #B81665

RGB

 RED value IS 184 (72.27% from 255) = 59.93%

 GREEN value IS 22 (8.98% from 255) = 7.17%

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

R = 59.93%
G = 7.17%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B81665 (or 0xB81665) is known color: Jazzberry Jam. HEX triplet: B8, 16 and 65. RGB value is (184,22,101). Sum of RGB (Red+Green+Blue) = 184+22+101=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B81665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81665 is #47E99A. Grayscale: #4F4F4F. Windows color (decimal): -4712859 or 6624952. OLE color: 6624952.

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

Color convert

RGB 184 22 101 -
CMYK 0 0.88 0.45 0.28
HSL 330.74º 0.79% 0.4% -
HSV(B) 330.74º 0.88% 0.72% -
XYZ 22.4 11.7 13.39 -
YUV 79.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 184 22 101 0 0.88 0.45 0.28 330.74 0.79 0.4
Hex B8 16 65 0 58 2D 1C 14B 4F 28
Octal 270 26 145 0 130 55 34 513 117 50
Binary 10111000 10110 1100101 0 1011000 101101 11100 101001011 1001111 101000

Color Harmonies of #B81665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81665

Black with #B81665

Text Example


Text Example

White with #B81665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81665; }

 p { color: rgb(184,22,101); }

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

background-color css

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

 a { background-color: rgb(184,22,101); }

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

border-color css

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

 span { border-color: rgb(184,22,101); }

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