Html Css Color HEX #B90C68 Jazzberry Jam

📋 copy color: '#B90C68'

red 185 ◦ green 12 ◦ blue 104

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

Shades of Jazzberry Jam #B90C68

Tints of Jazzberry Jam #B90C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 61.46%
G = 3.99%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B90C68 (or 0xB90C68) is known color: Jazzberry Jam. HEX triplet: B9, 0C and 68. RGB value is (185,12,104). Sum of RGB (Red+Green+Blue) = 185+12+104=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90C68 is #46F397. Grayscale: #4A4A4A. Windows color (decimal): -4649880 or 6819001. OLE color: 6819001.

HSL color Cylindrical-coordinate representation of color #B90C68: hue angle of 328.09º 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 #B90C68 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 12 104 -
CMYK 0 0.94 0.44 0.27
HSL 328.09º 0.88% 0.39% -
HSV(B) 328.09º 0.94% 0.73% -
XYZ 22.64 11.58 14.14 -
YUV 74.22 144.81 207.02 -
System Red Green Blue C M Y K H S L
Decimal 185 12 104 0 0.94 0.44 0.27 328.09 0.88 0.39
Hex B9 C 68 0 5E 2C 1B 148 58 27
Octal 271 14 150 0 136 54 33 510 130 47
Binary 10111001 1100 1101000 0 1011110 101100 11011 101001000 1011000 100111

Color Harmonies of #B90C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90C68

Black with #B90C68

Text Example


Text Example

White with #B90C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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