Html Css Color HEX #B8015C Jazzberry Jam

📋 copy color: '#B8015C'

red 184 ◦ green 1 ◦ blue 92

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

Shades of Jazzberry Jam #B8015C

Tints of Jazzberry Jam #B8015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.21%

R = 66.43%
G = 0.36%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B8015C (or 0xB8015C) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 5C. RGB value is (184,1,92). Sum of RGB (Red+Green+Blue) = 184+1+92=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B8015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8015C is #47FEA3. Grayscale: #414141. Windows color (decimal): -4718244 or 6029752. OLE color: 6029752.

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

Color convert

RGB 184 1 92 -
CMYK 0 0.99 0.50 0.28
HSL 330.16º 0.99% 0.36% -
HSV(B) 330.16º 0.99% 0.72% -
XYZ 21.71 10.98 11.1 -
YUV 66.09 142.63 212.1 -
System Red Green Blue C M Y K H S L
Decimal 184 1 92 0 0.99 0.50 0.28 330.16 0.99 0.36
Hex B8 1 5C 0 63 32 1C 14A 63 24
Octal 270 1 134 0 143 62 34 512 143 44
Binary 10111000 1 1011100 0 1100011 110010 11100 101001010 1100011 100100

Color Harmonies of #B8015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8015C

Black with #B8015C

Text Example


Text Example

White with #B8015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8015C; }

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

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

background-color css

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

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

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

border-color css

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

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

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