Html Css Color HEX #B8004E Jazzberry Jam

📋 copy color: '#B8004E'

red 184 ◦ green 0 ◦ blue 78

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

Shades of Jazzberry Jam #B8004E

Tints of Jazzberry Jam #B8004E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 78 (30.86% from 255) = 29.77%

R = 70.23%
G = 0%
B = 29.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8004E (or 0xB8004E) is known color: Jazzberry Jam. HEX triplet: B8, 00 and 4E. RGB value is (184,0,78). Sum of RGB (Red+Green+Blue) = 184+0+78=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B8004E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8004E is #47FFB1. Grayscale: #3F3F3F. Windows color (decimal): -4718514 or 5111992. OLE color: 5111992.

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

Color convert

RGB 184 0 78 -
CMYK 0 1 0.58 0.28
HSL 334.57º 1% 0.36% -
HSV(B) 334.57º 1% 0.72% -
XYZ 21.14 10.74 8.17 -
YUV 63.91 135.96 213.66 -
System Red Green Blue C M Y K H S L
Decimal 184 0 78 0 1 0.58 0.28 334.57 1 0.36
Hex B8 0 4E 0 64 3A 1C 14F 64 24
Octal 270 0 116 0 144 72 34 517 144 44
Binary 10111000 0 1001110 0 1100100 111010 11100 101001111 1100100 100100

Color Harmonies of #B8004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8004E

Black with #B8004E

Text Example


Text Example

White with #B8004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8004E; }

 p { color: rgb(184,0,78); }

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

background-color css

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

 a { background-color: rgb(184,0,78); }

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

border-color css

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

 span { border-color: rgb(184,0,78); }

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