Html Css Color HEX #B90A6D Jazzberry Jam

📋 copy color: '#B90A6D'

red 185 ◦ green 10 ◦ blue 109

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

Shades of Jazzberry Jam #B90A6D

Tints of Jazzberry Jam #B90A6D

RGB

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

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

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

R = 60.86%
G = 3.29%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B90A6D (or 0xB90A6D) is known color: Jazzberry Jam. HEX triplet: B9, 0A and 6D. RGB value is (185,10,109). Sum of RGB (Red+Green+Blue) = 185+10+109=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90A6D is #46F592. Grayscale: #494949. Windows color (decimal): -4650387 or 7146169. OLE color: 7146169.

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

Color convert

RGB 185 10 109 -
CMYK 0 0.95 0.41 0.27
HSL 326.06º 0.9% 0.38% -
HSV(B) 326.06º 0.95% 0.73% -
XYZ 22.88 11.64 15.51 -
YUV 73.61 147.98 207.45 -
System Red Green Blue C M Y K H S L
Decimal 185 10 109 0 0.95 0.41 0.27 326.06 0.9 0.38
Hex B9 A 6D 0 5F 29 1B 146 5A 26
Octal 271 12 155 0 137 51 33 506 132 46
Binary 10111001 1010 1101101 0 1011111 101001 11011 101000110 1011010 100110

Color Harmonies of #B90A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90A6D

Black with #B90A6D

Text Example


Text Example

White with #B90A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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