Html Css Color HEX #B8085D Jazzberry Jam

📋 copy color: '#B8085D'

red 184 ◦ green 8 ◦ blue 93

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

Shades of Jazzberry Jam #B8085D

Tints of Jazzberry Jam #B8085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 64.56%
G = 2.81%
B = 32.63%

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

#B8085D (or 0xB8085D) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 5D. RGB value is (184,8,93). Sum of RGB (Red+Green+Blue) = 184+8+93=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B8085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8085D is #47F7A2. Grayscale: #464646. Windows color (decimal): -4716451 or 6097080. OLE color: 6097080.

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

Color convert

RGB 184 8 93 -
CMYK 0 0.96 0.49 0.28
HSL 331.02º 0.92% 0.38% -
HSV(B) 331.02º 0.96% 0.72% -
XYZ 21.83 11.15 11.36 -
YUV 70.31 140.81 209.09 -
System Red Green Blue C M Y K H S L
Decimal 184 8 93 0 0.96 0.49 0.28 331.02 0.92 0.38
Hex B8 8 5D 0 60 31 1C 14B 5C 26
Octal 270 10 135 0 140 61 34 513 134 46
Binary 10111000 1000 1011101 0 1100000 110001 11100 101001011 1011100 100110

Color Harmonies of #B8085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8085D

Black with #B8085D

Text Example


Text Example

White with #B8085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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