Html Css Color HEX #B90A70 Jazzberry Jam

📋 copy color: '#B90A70'

red 185 ◦ green 10 ◦ blue 112

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

Shades of Jazzberry Jam #B90A70

Tints of Jazzberry Jam #B90A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.26%

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

R = 60.26%
G = 3.26%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B90A70 (or 0xB90A70) is known color: Jazzberry Jam. HEX triplet: B9, 0A and 70. RGB value is (185,10,112). Sum of RGB (Red+Green+Blue) = 185+10+112=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90A70 is #46F58F. Grayscale: #494949. Windows color (decimal): -4650384 or 7342777. OLE color: 7342777.

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

Color convert

RGB 185 10 112 -
CMYK 0 0.95 0.39 0.27
HSL 325.03º 0.9% 0.38% -
HSV(B) 325.03º 0.95% 0.73% -
XYZ 23.04 11.7 16.37 -
YUV 73.95 149.48 207.21 -
System Red Green Blue C M Y K H S L
Decimal 185 10 112 0 0.95 0.39 0.27 325.03 0.9 0.38
Hex B9 A 70 0 5F 27 1B 145 5A 26
Octal 271 12 160 0 137 47 33 505 132 46
Binary 10111001 1010 1110000 0 1011111 100111 11011 101000101 1011010 100110

Color Harmonies of #B90A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90A70

Black with #B90A70

Text Example


Text Example

White with #B90A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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