Html Css Color HEX #B9075A Jazzberry Jam

📋 copy color: '#B9075A'

red 185 ◦ green 7 ◦ blue 90

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

Shades of Jazzberry Jam #B9075A

Tints of Jazzberry Jam #B9075A

RGB

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

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

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

R = 65.6%
G = 2.48%
B = 31.91%

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

#B9075A (or 0xB9075A) is known color: Jazzberry Jam. HEX triplet: B9, 07 and 5A. RGB value is (185,7,90). Sum of RGB (Red+Green+Blue) = 185+7+90=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B9075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9075A is #46F8A5. Grayscale: #454545. Windows color (decimal): -4651174 or 5900217. OLE color: 5900217.

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

Color convert

RGB 185 7 90 -
CMYK 0 0.96 0.51 0.27
HSL 332.02º 0.93% 0.38% -
HSV(B) 332.02º 0.96% 0.73% -
XYZ 21.93 11.2 10.68 -
YUV 69.68 139.47 210.25 -
System Red Green Blue C M Y K H S L
Decimal 185 7 90 0 0.96 0.51 0.27 332.02 0.93 0.38
Hex B9 7 5A 0 60 33 1B 14C 5D 26
Octal 271 7 132 0 140 63 33 514 135 46
Binary 10111001 111 1011010 0 1100000 110011 11011 101001100 1011101 100110

Color Harmonies of #B9075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9075A

Black with #B9075A

Text Example


Text Example

White with #B9075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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