Html Css Color HEX #B9075C Jazzberry Jam

📋 copy color: '#B9075C'

red 185 ◦ green 7 ◦ blue 92

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

Shades of Jazzberry Jam #B9075C

Tints of Jazzberry Jam #B9075C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

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

R = 65.14%
G = 2.46%
B = 32.39%

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

#B9075C (or 0xB9075C) is known color: Jazzberry Jam. HEX triplet: B9, 07 and 5C. RGB value is (185,7,92). Sum of RGB (Red+Green+Blue) = 185+7+92=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B9075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9075C is #46F8A3. Grayscale: #454545. Windows color (decimal): -4651172 or 6031289. OLE color: 6031289.

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

Color convert

RGB 185 7 92 -
CMYK 0 0.96 0.50 0.27
HSL 331.35º 0.93% 0.38% -
HSV(B) 331.35º 0.96% 0.73% -
XYZ 22.02 11.24 11.13 -
YUV 69.91 140.47 210.09 -
System Red Green Blue C M Y K H S L
Decimal 185 7 92 0 0.96 0.50 0.27 331.35 0.93 0.38
Hex B9 7 5C 0 60 32 1B 14B 5D 26
Octal 271 7 134 0 140 62 33 513 135 46
Binary 10111001 111 1011100 0 1100000 110010 11011 101001011 1011101 100110

Color Harmonies of #B9075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9075C

Black with #B9075C

Text Example


Text Example

White with #B9075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9075C; }

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

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

background-color css

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

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

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

border-color css

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

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

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