Html Css Color HEX #B9085C Jazzberry Jam

📋 copy color: '#B9085C'

red 185 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #B9085C

Tints of Jazzberry Jam #B9085C

RGB

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

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

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

R = 64.91%
G = 2.81%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9085C (or 0xB9085C) is known color: Jazzberry Jam. HEX triplet: B9, 08 and 5C. RGB value is (185,8,92). Sum of RGB (Red+Green+Blue) = 185+8+92=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B9085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9085C is #46F7A3. Grayscale: #464646. Windows color (decimal): -4650916 or 6031545. OLE color: 6031545.

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

Color convert

RGB 185 8 92 -
CMYK 0 0.96 0.50 0.27
HSL 331.53º 0.92% 0.38% -
HSV(B) 331.53º 0.96% 0.73% -
XYZ 22.03 11.26 11.14 -
YUV 70.5 140.14 209.67 -
System Red Green Blue C M Y K H S L
Decimal 185 8 92 0 0.96 0.50 0.27 331.53 0.92 0.38
Hex B9 8 5C 0 60 32 1B 14C 5C 26
Octal 271 10 134 0 140 62 33 514 134 46
Binary 10111001 1000 1011100 0 1100000 110010 11011 101001100 1011100 100110

Color Harmonies of #B9085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9085C

Black with #B9085C

Text Example


Text Example

White with #B9085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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