Html Css Color HEX #B8075C Jazzberry Jam

📋 copy color: '#B8075C'

red 184 ◦ green 7 ◦ blue 92

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

Shades of Jazzberry Jam #B8075C

Tints of Jazzberry Jam #B8075C

RGB

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

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

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

R = 65.02%
G = 2.47%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B8075C (or 0xB8075C) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 5C. RGB value is (184,7,92). Sum of RGB (Red+Green+Blue) = 184+7+92=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8075C is #47F8A3. Grayscale: #454545. Windows color (decimal): -4716708 or 6031288. OLE color: 6031288.

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

Color convert

RGB 184 7 92 -
CMYK 0 0.96 0.50 0.28
HSL 331.19º 0.93% 0.37% -
HSV(B) 331.19º 0.96% 0.72% -
XYZ 21.77 11.12 11.12 -
YUV 69.61 140.64 209.59 -
System Red Green Blue C M Y K H S L
Decimal 184 7 92 0 0.96 0.50 0.28 331.19 0.93 0.37
Hex B8 7 5C 0 60 32 1C 14B 5D 25
Octal 270 7 134 0 140 62 34 513 135 45
Binary 10111000 111 1011100 0 1100000 110010 11100 101001011 1011101 100101

Color Harmonies of #B8075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8075C

Black with #B8075C

Text Example


Text Example

White with #B8075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8075C; }

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

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

background-color css

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

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

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

border-color css

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

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

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