Html Css Color HEX #B90267 Jazzberry Jam

📋 copy color: '#B90267'

red 185 ◦ green 2 ◦ blue 103

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

Shades of Jazzberry Jam #B90267

Tints of Jazzberry Jam #B90267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.52%

R = 63.79%
G = 0.69%
B = 35.52%

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

#B90267 (or 0xB90267) is known color: Jazzberry Jam. HEX triplet: B9, 02 and 67. RGB value is (185,2,103). Sum of RGB (Red+Green+Blue) = 185+2+103=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B90267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90267 is #46FD98. Grayscale: #444444. Windows color (decimal): -4652441 or 6750905. OLE color: 6750905.

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

Color convert

RGB 185 2 103 -
CMYK 0 0.99 0.44 0.27
HSL 326.89º 0.98% 0.37% -
HSV(B) 326.89º 0.99% 0.73% -
XYZ 22.48 11.34 13.84 -
YUV 68.23 147.63 211.29 -
System Red Green Blue C M Y K H S L
Decimal 185 2 103 0 0.99 0.44 0.27 326.89 0.98 0.37
Hex B9 2 67 0 63 2C 1B 147 62 25
Octal 271 2 147 0 143 54 33 507 142 45
Binary 10111001 10 1100111 0 1100011 101100 11011 101000111 1100010 100101

Color Harmonies of #B90267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90267

Black with #B90267

Text Example


Text Example

White with #B90267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90267; }

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

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

background-color css

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

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

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

border-color css

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

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

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