Html Css Color HEX #B8055C Jazzberry Jam

📋 copy color: '#B8055C'

red 184 ◦ green 5 ◦ blue 92

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

Shades of Jazzberry Jam #B8055C

Tints of Jazzberry Jam #B8055C

RGB

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

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

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

R = 65.48%
G = 1.78%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B8055C (or 0xB8055C) is known color: Jazzberry Jam. HEX triplet: B8, 05 and 5C. RGB value is (184,5,92). Sum of RGB (Red+Green+Blue) = 184+5+92=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8055C is #47FAA3. Grayscale: #444444. Windows color (decimal): -4717220 or 6030776. OLE color: 6030776.

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

Color convert

RGB 184 5 92 -
CMYK 0 0.97 0.50 0.28
HSL 330.84º 0.95% 0.37% -
HSV(B) 330.84º 0.97% 0.72% -
XYZ 21.75 11.07 11.12 -
YUV 68.44 141.3 210.43 -
System Red Green Blue C M Y K H S L
Decimal 184 5 92 0 0.97 0.50 0.28 330.84 0.95 0.37
Hex B8 5 5C 0 61 32 1C 14B 5F 25
Octal 270 5 134 0 141 62 34 513 137 45
Binary 10111000 101 1011100 0 1100001 110010 11100 101001011 1011111 100101

Color Harmonies of #B8055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8055C

Black with #B8055C

Text Example


Text Example

White with #B8055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8055C; }

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

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

background-color css

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

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

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

border-color css

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

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

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