Html Css Color HEX #B9075B Jazzberry Jam

📋 copy color: '#B9075B'

red 185 ◦ green 7 ◦ blue 91

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

Shades of Jazzberry Jam #B9075B

Tints of Jazzberry Jam #B9075B

RGB

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

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

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

R = 65.37%
G = 2.47%
B = 32.16%

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

#B9075B (or 0xB9075B) is known color: Jazzberry Jam. HEX triplet: B9, 07 and 5B. RGB value is (185,7,91). Sum of RGB (Red+Green+Blue) = 185+7+91=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9075B is #46F8A4. Grayscale: #454545. Windows color (decimal): -4651173 or 5965753. OLE color: 5965753.

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

Color convert

RGB 185 7 91 -
CMYK 0 0.96 0.51 0.27
HSL 331.69º 0.93% 0.38% -
HSV(B) 331.69º 0.96% 0.73% -
XYZ 21.97 11.22 10.91 -
YUV 69.8 139.97 210.17 -
System Red Green Blue C M Y K H S L
Decimal 185 7 91 0 0.96 0.51 0.27 331.69 0.93 0.38
Hex B9 7 5B 0 60 33 1B 14C 5D 26
Octal 271 7 133 0 140 63 33 514 135 46
Binary 10111001 111 1011011 0 1100000 110011 11011 101001100 1011101 100110

Color Harmonies of #B9075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9075B

Black with #B9075B

Text Example


Text Example

White with #B9075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9075B; }

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

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

background-color css

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

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

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

border-color css

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

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

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