Html Css Color HEX #B9085E Jazzberry Jam

📋 copy color: '#B9085E'

red 185 ◦ green 8 ◦ blue 94

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

Shades of Jazzberry Jam #B9085E

Tints of Jazzberry Jam #B9085E

RGB

 RED value IS 185 (72.66% from 255) = 64.46%

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

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

R = 64.46%
G = 2.79%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9085E (or 0xB9085E) is known color: Jazzberry Jam. HEX triplet: B9, 08 and 5E. RGB value is (185,8,94). Sum of RGB (Red+Green+Blue) = 185+8+94=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B9085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9085E is #46F7A1. Grayscale: #464646. Windows color (decimal): -4650914 or 6162617. OLE color: 6162617.

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

Color convert

RGB 185 8 94 -
CMYK 0 0.96 0.49 0.27
HSL 330.85º 0.92% 0.38% -
HSV(B) 330.85º 0.96% 0.73% -
XYZ 22.11 11.3 11.6 -
YUV 70.73 141.14 209.51 -
System Red Green Blue C M Y K H S L
Decimal 185 8 94 0 0.96 0.49 0.27 330.85 0.92 0.38
Hex B9 8 5E 0 60 31 1B 14B 5C 26
Octal 271 10 136 0 140 61 33 513 134 46
Binary 10111001 1000 1011110 0 1100000 110001 11011 101001011 1011100 100110

Color Harmonies of #B9085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9085E

Black with #B9085E

Text Example


Text Example

White with #B9085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9085E; }

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

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

background-color css

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

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

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

border-color css

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

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

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