Html Css Color HEX #B90268 Jazzberry Jam

📋 copy color: '#B90268'

red 185 ◦ green 2 ◦ blue 104

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

Shades of Jazzberry Jam #B90268

Tints of Jazzberry Jam #B90268

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 63.57%
G = 0.69%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B90268 (or 0xB90268) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 68. RGB value is (185,2,104). Sum of RGB (Red+Green+Blue) = 185+2+104=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B90268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90268 is #46FD97. Grayscale: #444444. Windows color (decimal): -4652440 or 6816441. OLE color: 6816441.

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

Color convert

RGB 185 2 104 -
CMYK 0 0.99 0.44 0.27
HSL 326.56º 0.98% 0.37% -
HSV(B) 326.56º 0.99% 0.73% -
XYZ 22.53 11.36 14.1 -
YUV 68.35 148.13 211.21 -
System Red Green Blue C M Y K H S L
Decimal 185 2 104 0 0.99 0.44 0.27 326.56 0.98 0.37
Hex B9 2 68 0 63 2C 1B 147 62 25
Octal 271 2 150 0 143 54 33 507 142 45
Binary 10111001 10 1101000 0 1100011 101100 11011 101000111 1100010 100101

Color Harmonies of #B90268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90268

Black with #B90268

Text Example


Text Example

White with #B90268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90268; }

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

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

background-color css

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

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

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

border-color css

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

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

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