Html Css Color HEX #B80150 Jazzberry Jam

📋 copy color: '#B80150'

red 184 ◦ green 1 ◦ blue 80

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

Shades of Jazzberry Jam #B80150

Tints of Jazzberry Jam #B80150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.19%

R = 69.43%
G = 0.38%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B80150 (or 0xB80150) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 50. RGB value is (184,1,80). Sum of RGB (Red+Green+Blue) = 184+1+80=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B80150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80150 is #47FEAF. Grayscale: #404040. Windows color (decimal): -4718256 or 5243320. OLE color: 5243320.

HSL color Cylindrical-coordinate representation of color #B80150: hue angle of 334.1º 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 #B80150 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 1 80 -
CMYK 0 0.99 0.57 0.28
HSL 334.1º 0.99% 0.36% -
HSV(B) 334.1º 0.99% 0.72% -
XYZ 21.23 10.79 8.55 -
YUV 64.72 136.63 213.08 -
System Red Green Blue C M Y K H S L
Decimal 184 1 80 0 0.99 0.57 0.28 334.1 0.99 0.36
Hex B8 1 50 0 63 39 1C 14E 63 24
Octal 270 1 120 0 143 71 34 516 143 44
Binary 10111000 1 1010000 0 1100011 111001 11100 101001110 1100011 100100

Color Harmonies of #B80150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80150

Black with #B80150

Text Example


Text Example

White with #B80150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80150; }

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

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

background-color css

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

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

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

border-color css

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

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

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