Html Css Color HEX #B90045 Jazzberry Jam

📋 copy color: '#B90045'

red 185 ◦ green 0 ◦ blue 69

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

Shades of Jazzberry Jam #B90045

Tints of Jazzberry Jam #B90045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 69 (27.34% from 255) = 27.17%

R = 72.83%
G = 0%
B = 27.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B90045 (or 0xB90045) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 45. RGB value is (185,0,69). Sum of RGB (Red+Green+Blue) = 185+0+69=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B90045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90045 is #46FFBA. Grayscale: #3F3F3F. Windows color (decimal): -4652987 or 4522169. OLE color: 4522169.

HSL color Cylindrical-coordinate representation of color #B90045: hue angle of 337.62º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90045 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 69 -
CMYK 0 1 0.63 0.27
HSL 337.62º 1% 0.36% -
HSV(B) 337.62º 1% 0.73% -
XYZ 21.08 10.74 6.59 -
YUV 63.18 131.29 214.89 -
System Red Green Blue C M Y K H S L
Decimal 185 0 69 0 1 0.63 0.27 337.62 1 0.36
Hex B9 0 45 0 64 3F 1B 152 64 24
Octal 271 0 105 0 144 77 33 522 144 44
Binary 10111001 0 1000101 0 1100100 111111 11011 101010010 1100100 100100

Color Harmonies of #B90045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90045

Black with #B90045

Text Example


Text Example

White with #B90045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90045; }

 p { color: rgb(185,0,69); }

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

background-color css

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

 a { background-color: rgb(185,0,69); }

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

border-color css

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

 span { border-color: rgb(185,0,69); }

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