Html Css Color HEX #B9085A Jazzberry Jam

📋 copy color: '#B9085A'

red 185 ◦ green 8 ◦ blue 90

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

Shades of Jazzberry Jam #B9085A

Tints of Jazzberry Jam #B9085A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 65.37%
G = 2.83%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9085A (or 0xB9085A) is known color: Jazzberry Jam. HEX triplet: B9, 08 and 5A. RGB value is (185,8,90). Sum of RGB (Red+Green+Blue) = 185+8+90=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9085A is #46F7A5. Grayscale: #464646. Windows color (decimal): -4650918 or 5900473. OLE color: 5900473.

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

Color convert

RGB 185 8 90 -
CMYK 0 0.96 0.51 0.27
HSL 332.2º 0.92% 0.38% -
HSV(B) 332.2º 0.96% 0.73% -
XYZ 21.94 11.23 10.68 -
YUV 70.27 139.14 209.83 -
System Red Green Blue C M Y K H S L
Decimal 185 8 90 0 0.96 0.51 0.27 332.2 0.92 0.38
Hex B9 8 5A 0 60 33 1B 14C 5C 26
Octal 271 10 132 0 140 63 33 514 134 46
Binary 10111001 1000 1011010 0 1100000 110011 11011 101001100 1011100 100110

Color Harmonies of #B9085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9085A

Black with #B9085A

Text Example


Text Example

White with #B9085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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