Html Css Color HEX #B90B6D Jazzberry Jam

📋 copy color: '#B90B6D'

red 185 ◦ green 11 ◦ blue 109

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

Shades of Jazzberry Jam #B90B6D

Tints of Jazzberry Jam #B90B6D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.61%

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 60.66%
G = 3.61%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B90B6D (or 0xB90B6D) is known color: Jazzberry Jam. HEX triplet: B9, 0B and 6D. RGB value is (185,11,109). Sum of RGB (Red+Green+Blue) = 185+11+109=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90B6D is #46F492. Grayscale: #494949. Windows color (decimal): -4650131 or 7146425. OLE color: 7146425.

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

Color convert

RGB 185 11 109 -
CMYK 0 0.94 0.41 0.27
HSL 326.21º 0.89% 0.38% -
HSV(B) 326.21º 0.94% 0.73% -
XYZ 22.89 11.66 15.51 -
YUV 74.2 147.65 207.03 -
System Red Green Blue C M Y K H S L
Decimal 185 11 109 0 0.94 0.41 0.27 326.21 0.89 0.38
Hex B9 B 6D 0 5E 29 1B 146 59 26
Octal 271 13 155 0 136 51 33 506 131 46
Binary 10111001 1011 1101101 0 1011110 101001 11011 101000110 1011001 100110

Color Harmonies of #B90B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90B6D

Black with #B90B6D

Text Example


Text Example

White with #B90B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90B6D; }

 p { color: rgb(185,11,109); }

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

background-color css

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

 a { background-color: rgb(185,11,109); }

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

border-color css

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

 span { border-color: rgb(185,11,109); }

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