Html Css Color HEX #B8075F Jazzberry Jam

📋 copy color: '#B8075F'

red 184 ◦ green 7 ◦ blue 95

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

Shades of Jazzberry Jam #B8075F

Tints of Jazzberry Jam #B8075F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.45%

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

R = 64.34%
G = 2.45%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B8075F (or 0xB8075F) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 5F. RGB value is (184,7,95). Sum of RGB (Red+Green+Blue) = 184+7+95=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B8075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8075F is #47F8A0. Grayscale: #454545. Windows color (decimal): -4716705 or 6227896. OLE color: 6227896.

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

Color convert

RGB 184 7 95 -
CMYK 0 0.96 0.48 0.28
HSL 330.17º 0.93% 0.37% -
HSV(B) 330.17º 0.96% 0.72% -
XYZ 21.91 11.17 11.83 -
YUV 69.96 142.14 209.34 -
System Red Green Blue C M Y K H S L
Decimal 184 7 95 0 0.96 0.48 0.28 330.17 0.93 0.37
Hex B8 7 5F 0 60 30 1C 14A 5D 25
Octal 270 7 137 0 140 60 34 512 135 45
Binary 10111000 111 1011111 0 1100000 110000 11100 101001010 1011101 100101

Color Harmonies of #B8075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8075F

Black with #B8075F

Text Example


Text Example

White with #B8075F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8075F; }

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

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

background-color css

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

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

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

border-color css

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

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

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