Html Css Color HEX #B80169 Jazzberry Jam

📋 copy color: '#B80169'

red 184 ◦ green 1 ◦ blue 105

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

Shades of Jazzberry Jam #B80169

Tints of Jazzberry Jam #B80169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 105 (41.41% from 255) = 36.21%

R = 63.45%
G = 0.34%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B80169 (or 0xB80169) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 69. RGB value is (184,1,105). Sum of RGB (Red+Green+Blue) = 184+1+105=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B80169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80169 is #47FE96. Grayscale: #434343. Windows color (decimal): -4718231 or 6881720. OLE color: 6881720.

HSL color Cylindrical-coordinate representation of color #B80169: hue angle of 325.9º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80169 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 1 105 -
CMYK 0 0.99 0.43 0.28
HSL 325.9º 0.99% 0.36% -
HSV(B) 325.9º 0.99% 0.72% -
XYZ 22.33 11.23 14.36 -
YUV 67.57 149.13 211.04 -
System Red Green Blue C M Y K H S L
Decimal 184 1 105 0 0.99 0.43 0.28 325.9 0.99 0.36
Hex B8 1 69 0 63 2B 1C 146 63 24
Octal 270 1 151 0 143 53 34 506 143 44
Binary 10111000 1 1101001 0 1100011 101011 11100 101000110 1100011 100100

Color Harmonies of #B80169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80169

Black with #B80169

Text Example


Text Example

White with #B80169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80169; }

 p { color: rgb(184,1,105); }

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

background-color css

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

 a { background-color: rgb(184,1,105); }

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

border-color css

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

 span { border-color: rgb(184,1,105); }

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