Html Css Color HEX #B90172 Jazzberry Jam

📋 copy color: '#B90172'

red 185 ◦ green 1 ◦ blue 114

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

Shades of Jazzberry Jam #B90172

Tints of Jazzberry Jam #B90172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 114 (44.92% from 255) = 38%

R = 61.67%
G = 0.33%
B = 38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B90172 (or 0xB90172) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 72. RGB value is (185,1,114). Sum of RGB (Red+Green+Blue) = 185+1+114=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B90172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90172 is #46FE8D. Grayscale: #444444. Windows color (decimal): -4652686 or 7471545. OLE color: 7471545.

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

Color convert

RGB 185 1 114 -
CMYK 0 0.99 0.38 0.27
HSL 323.15º 0.99% 0.36% -
HSV(B) 323.15º 0.99% 0.73% -
XYZ 23.06 11.55 16.93 -
YUV 68.9 153.46 210.81 -
System Red Green Blue C M Y K H S L
Decimal 185 1 114 0 0.99 0.38 0.27 323.15 0.99 0.36
Hex B9 1 72 0 63 26 1B 143 63 24
Octal 271 1 162 0 143 46 33 503 143 44
Binary 10111001 1 1110010 0 1100011 100110 11011 101000011 1100011 100100

Color Harmonies of #B90172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90172

Black with #B90172

Text Example


Text Example

White with #B90172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90172; }

 p { color: rgb(185,1,114); }

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

background-color css

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

 a { background-color: rgb(185,1,114); }

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

border-color css

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

 span { border-color: rgb(185,1,114); }

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