Html Css Color HEX #B8085C Jazzberry Jam

📋 copy color: '#B8085C'

red 184 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #B8085C

Tints of Jazzberry Jam #B8085C

RGB

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

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

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

R = 64.79%
G = 2.82%
B = 32.39%

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

#B8085C (or 0xB8085C) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 5C. RGB value is (184,8,92). Sum of RGB (Red+Green+Blue) = 184+8+92=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B8085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8085C is #47F7A3. Grayscale: #464646. Windows color (decimal): -4716452 or 6031544. OLE color: 6031544.

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

Color convert

RGB 184 8 92 -
CMYK 0 0.96 0.50 0.28
HSL 331.36º 0.92% 0.38% -
HSV(B) 331.36º 0.96% 0.72% -
XYZ 21.79 11.14 11.13 -
YUV 70.2 140.31 209.17 -
System Red Green Blue C M Y K H S L
Decimal 184 8 92 0 0.96 0.50 0.28 331.36 0.92 0.38
Hex B8 8 5C 0 60 32 1C 14B 5C 26
Octal 270 10 134 0 140 62 34 513 134 46
Binary 10111000 1000 1011100 0 1100000 110010 11100 101001011 1011100 100110

Color Harmonies of #B8085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8085C

Black with #B8085C

Text Example


Text Example

White with #B8085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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