Html Css Color HEX #B80966 Jazzberry Jam

📋 copy color: '#B80966'

red 184 ◦ green 9 ◦ blue 102

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

Shades of Jazzberry Jam #B80966

Tints of Jazzberry Jam #B80966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.05%

 BLUE value IS 102 (40.23% from 255) = 34.58%

R = 62.37%
G = 3.05%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B80966 (or 0xB80966) is known color: Jazzberry Jam. HEX triplet: B8, 09 and 66. RGB value is (184,9,102). Sum of RGB (Red+Green+Blue) = 184+9+102=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B80966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80966 is #47F699. Grayscale: #474747. Windows color (decimal): -4716186 or 6687160. OLE color: 6687160.

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

Color convert

RGB 184 9 102 -
CMYK 0 0.95 0.45 0.28
HSL 328.11º 0.91% 0.38% -
HSV(B) 328.11º 0.95% 0.72% -
XYZ 22.26 11.35 13.59 -
YUV 71.93 144.98 207.94 -
System Red Green Blue C M Y K H S L
Decimal 184 9 102 0 0.95 0.45 0.28 328.11 0.91 0.38
Hex B8 9 66 0 5F 2D 1C 148 5B 26
Octal 270 11 146 0 137 55 34 510 133 46
Binary 10111000 1001 1100110 0 1011111 101101 11100 101001000 1011011 100110

Color Harmonies of #B80966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80966

Black with #B80966

Text Example


Text Example

White with #B80966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80966; }

 p { color: rgb(184,9,102); }

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

background-color css

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

 a { background-color: rgb(184,9,102); }

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

border-color css

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

 span { border-color: rgb(184,9,102); }

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