Html Css Color HEX #B8056F Jazzberry Jam

📋 copy color: '#B8056F'

red 184 ◦ green 5 ◦ blue 111

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

Shades of Jazzberry Jam #B8056F

Tints of Jazzberry Jam #B8056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

 BLUE value IS 111 (43.75% from 255) = 37%

R = 61.33%
G = 1.67%
B = 37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8056F (or 0xB8056F) is known color: Jazzberry Jam. HEX triplet: B8, 05 and 6F. RGB value is (184,5,111). Sum of RGB (Red+Green+Blue) = 184+5+111=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B8056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8056F is #47FA90. Grayscale: #464646. Windows color (decimal): -4717201 or 7275960. OLE color: 7275960.

HSL color Cylindrical-coordinate representation of color #B8056F: hue angle of 324.47º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8056F is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 5 111 -
CMYK 0 0.97 0.40 0.28
HSL 324.47º 0.95% 0.37% -
HSV(B) 324.47º 0.97% 0.72% -
XYZ 22.69 11.45 16.05 -
YUV 70.61 150.8 208.88 -
System Red Green Blue C M Y K H S L
Decimal 184 5 111 0 0.97 0.40 0.28 324.47 0.95 0.37
Hex B8 5 6F 0 61 28 1C 144 5F 25
Octal 270 5 157 0 141 50 34 504 137 45
Binary 10111000 101 1101111 0 1100001 101000 11100 101000100 1011111 100101

Color Harmonies of #B8056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8056F

Black with #B8056F

Text Example


Text Example

White with #B8056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8056F; }

 p { color: rgb(184,5,111); }

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

background-color css

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

 a { background-color: rgb(184,5,111); }

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

border-color css

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

 span { border-color: rgb(184,5,111); }

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