Html Css Color HEX #B81161 Jazzberry Jam

📋 copy color: '#B81161'

red 184 ◦ green 17 ◦ blue 97

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

Shades of Jazzberry Jam #B81161

Tints of Jazzberry Jam #B81161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.7%

 BLUE value IS 97 (38.28% from 255) = 32.55%

R = 61.74%
G = 5.7%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B81161 (or 0xB81161) is known color: Jazzberry Jam. HEX triplet: B8, 11 and 61. RGB value is (184,17,97). Sum of RGB (Red+Green+Blue) = 184+17+97=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B81161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81161 is #47EE9E. Grayscale: #4B4B4B. Windows color (decimal): -4714143 or 6361528. OLE color: 6361528.

HSL color Cylindrical-coordinate representation of color #B81161: hue angle of 331.26º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81161 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 17 97 -
CMYK 0 0.91 0.47 0.28
HSL 331.26º 0.83% 0.39% -
HSV(B) 331.26º 0.91% 0.72% -
XYZ 22.13 11.45 12.35 -
YUV 76.05 139.83 205 -
System Red Green Blue C M Y K H S L
Decimal 184 17 97 0 0.91 0.47 0.28 331.26 0.83 0.39
Hex B8 11 61 0 5B 2F 1C 14B 53 27
Octal 270 21 141 0 133 57 34 513 123 47
Binary 10111000 10001 1100001 0 1011011 101111 11100 101001011 1010011 100111

Color Harmonies of #B81161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81161

Black with #B81161

Text Example


Text Example

White with #B81161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81161; }

 p { color: rgb(184,17,97); }

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

background-color css

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

 a { background-color: rgb(184,17,97); }

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

border-color css

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

 span { border-color: rgb(184,17,97); }

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