Html Css Color HEX #B8085E Jazzberry Jam

📋 copy color: '#B8085E'

red 184 ◦ green 8 ◦ blue 94

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

Shades of Jazzberry Jam #B8085E

Tints of Jazzberry Jam #B8085E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

 BLUE value IS 94 (37.11% from 255) = 32.87%

R = 64.34%
G = 2.8%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8085E (or 0xB8085E) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 5E. RGB value is (184,8,94). Sum of RGB (Red+Green+Blue) = 184+8+94=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B8085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8085E is #47F7A1. Grayscale: #464646. Windows color (decimal): -4716450 or 6162616. OLE color: 6162616.

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

Color convert

RGB 184 8 94 -
CMYK 0 0.96 0.49 0.28
HSL 330.68º 0.92% 0.38% -
HSV(B) 330.68º 0.96% 0.72% -
XYZ 21.87 11.17 11.59 -
YUV 70.43 141.31 209.01 -
System Red Green Blue C M Y K H S L
Decimal 184 8 94 0 0.96 0.49 0.28 330.68 0.92 0.38
Hex B8 8 5E 0 60 31 1C 14B 5C 26
Octal 270 10 136 0 140 61 34 513 134 46
Binary 10111000 1000 1011110 0 1100000 110001 11100 101001011 1011100 100110

Color Harmonies of #B8085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8085E

Black with #B8085E

Text Example


Text Example

White with #B8085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8085E; }

 p { color: rgb(184,8,94); }

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

background-color css

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

 a { background-color: rgb(184,8,94); }

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

border-color css

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

 span { border-color: rgb(184,8,94); }

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