Html Css Color HEX #B8014E Jazzberry Jam

📋 copy color: '#B8014E'

red 184 ◦ green 1 ◦ blue 78

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

Shades of Jazzberry Jam #B8014E

Tints of Jazzberry Jam #B8014E

RGB

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

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

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

R = 69.96%
G = 0.38%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8014E (or 0xB8014E) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 4E. RGB value is (184,1,78). Sum of RGB (Red+Green+Blue) = 184+1+78=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B8014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8014E is #47FEB1. Grayscale: #404040. Windows color (decimal): -4718258 or 5112248. OLE color: 5112248.

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

Color convert

RGB 184 1 78 -
CMYK 0 0.99 0.58 0.28
HSL 334.75º 0.99% 0.36% -
HSV(B) 334.75º 0.99% 0.72% -
XYZ 21.15 10.76 8.17 -
YUV 64.5 135.63 213.24 -
System Red Green Blue C M Y K H S L
Decimal 184 1 78 0 0.99 0.58 0.28 334.75 0.99 0.36
Hex B8 1 4E 0 63 3A 1C 14F 63 24
Octal 270 1 116 0 143 72 34 517 143 44
Binary 10111000 1 1001110 0 1100011 111010 11100 101001111 1100011 100100

Color Harmonies of #B8014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8014E

Black with #B8014E

Text Example


Text Example

White with #B8014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8014E; }

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

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

background-color css

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

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

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

border-color css

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

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

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