Html Css Color HEX #B90270 Jazzberry Jam

📋 copy color: '#B90270'

red 185 ◦ green 2 ◦ blue 112

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

Shades of Jazzberry Jam #B90270

Tints of Jazzberry Jam #B90270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 112 (44.14% from 255) = 37.46%

R = 61.87%
G = 0.67%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B90270 (or 0xB90270) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 70. RGB value is (185,2,112). Sum of RGB (Red+Green+Blue) = 185+2+112=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B90270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90270 is #46FD8F. Grayscale: #454545. Windows color (decimal): -4652432 or 7340729. OLE color: 7340729.

HSL color Cylindrical-coordinate representation of color #B90270: hue angle of 323.93º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90270 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 2 112 -
CMYK 0 0.99 0.39 0.27
HSL 323.93º 0.98% 0.37% -
HSV(B) 323.93º 0.99% 0.73% -
XYZ 22.95 11.53 16.34 -
YUV 69.26 152.13 210.56 -
System Red Green Blue C M Y K H S L
Decimal 185 2 112 0 0.99 0.39 0.27 323.93 0.98 0.37
Hex B9 2 70 0 63 27 1B 144 62 25
Octal 271 2 160 0 143 47 33 504 142 45
Binary 10111001 10 1110000 0 1100011 100111 11011 101000100 1100010 100101

Color Harmonies of #B90270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90270

Black with #B90270

Text Example


Text Example

White with #B90270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90270; }

 p { color: rgb(185,2,112); }

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

background-color css

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

 a { background-color: rgb(185,2,112); }

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

border-color css

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

 span { border-color: rgb(185,2,112); }

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