Html Css Color HEX #B8085B Jazzberry Jam

📋 copy color: '#B8085B'

red 184 ◦ green 8 ◦ blue 91

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

Shades of Jazzberry Jam #B8085B

Tints of Jazzberry Jam #B8085B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 65.02%
G = 2.83%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8085B (or 0xB8085B) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 5B. RGB value is (184,8,91). Sum of RGB (Red+Green+Blue) = 184+8+91=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8085B is #47F7A4. Grayscale: #454545. Windows color (decimal): -4716453 or 5966008. OLE color: 5966008.

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

Color convert

RGB 184 8 91 -
CMYK 0 0.96 0.51 0.28
HSL 331.7º 0.92% 0.38% -
HSV(B) 331.7º 0.96% 0.72% -
XYZ 21.74 11.12 10.9 -
YUV 70.09 139.81 209.25 -
System Red Green Blue C M Y K H S L
Decimal 184 8 91 0 0.96 0.51 0.28 331.7 0.92 0.38
Hex B8 8 5B 0 60 33 1C 14C 5C 26
Octal 270 10 133 0 140 63 34 514 134 46
Binary 10111000 1000 1011011 0 1100000 110011 11100 101001100 1011100 100110

Color Harmonies of #B8085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8085B

Black with #B8085B

Text Example


Text Example

White with #B8085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8085B; }

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

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

background-color css

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

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

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

border-color css

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

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

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