Html Css Color HEX #B8015F Jazzberry Jam

📋 copy color: '#B8015F'

red 184 ◦ green 1 ◦ blue 95

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

Shades of Jazzberry Jam #B8015F

Tints of Jazzberry Jam #B8015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.93%

R = 65.71%
G = 0.36%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B8015F (or 0xB8015F) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 5F. RGB value is (184,1,95). Sum of RGB (Red+Green+Blue) = 184+1+95=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B8015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8015F is #47FEA0. Grayscale: #424242. Windows color (decimal): -4718241 or 6226360. OLE color: 6226360.

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

Color convert

RGB 184 1 95 -
CMYK 0 0.99 0.48 0.28
HSL 329.18º 0.99% 0.36% -
HSV(B) 329.18º 0.99% 0.72% -
XYZ 21.84 11.04 11.81 -
YUV 66.43 144.13 211.86 -
System Red Green Blue C M Y K H S L
Decimal 184 1 95 0 0.99 0.48 0.28 329.18 0.99 0.36
Hex B8 1 5F 0 63 30 1C 149 63 24
Octal 270 1 137 0 143 60 34 511 143 44
Binary 10111000 1 1011111 0 1100011 110000 11100 101001001 1100011 100100

Color Harmonies of #B8015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8015F

Black with #B8015F

Text Example


Text Example

White with #B8015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8015F; }

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

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

background-color css

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

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

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

border-color css

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

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

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