Html Css Color HEX #B90C6F Jazzberry Jam

📋 copy color: '#B90C6F'

red 185 ◦ green 12 ◦ blue 111

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

Shades of Jazzberry Jam #B90C6F

Tints of Jazzberry Jam #B90C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.9%

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 60.06%
G = 3.9%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B90C6F (or 0xB90C6F) is known color: Jazzberry Jam. HEX triplet: B9, 0C and 6F. RGB value is (185,12,111). Sum of RGB (Red+Green+Blue) = 185+12+111=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90C6F is #46F390. Grayscale: #4A4A4A. Windows color (decimal): -4649873 or 7277753. OLE color: 7277753.

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

Color convert

RGB 185 12 111 -
CMYK 0 0.94 0.4 0.27
HSL 325.66º 0.88% 0.39% -
HSV(B) 325.66º 0.94% 0.73% -
XYZ 23.01 11.72 16.09 -
YUV 75.01 148.31 206.45 -
System Red Green Blue C M Y K H S L
Decimal 185 12 111 0 0.94 0.4 0.27 325.66 0.88 0.39
Hex B9 C 6F 0 5E 28 1B 146 58 27
Octal 271 14 157 0 136 50 33 506 130 47
Binary 10111001 1100 1101111 0 1011110 101000 11011 101000110 1011000 100111

Color Harmonies of #B90C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C6F

Black with #B90C6F

Text Example


Text Example

White with #B90C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C6F; }

 p { color: rgb(185,12,111); }

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

background-color css

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

 a { background-color: rgb(185,12,111); }

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

border-color css

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

 span { border-color: rgb(185,12,111); }

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