Html Css Color HEX #B90467 Jazzberry Jam

📋 copy color: '#B90467'

red 185 ◦ green 4 ◦ blue 103

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

Shades of Jazzberry Jam #B90467

Tints of Jazzberry Jam #B90467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 63.36%
G = 1.37%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B90467 (or 0xB90467) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 67. RGB value is (185,4,103). Sum of RGB (Red+Green+Blue) = 185+4+103=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B90467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90467 is #46FB98. Grayscale: #454545. Windows color (decimal): -4651929 or 6751417. OLE color: 6751417.

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

Color convert

RGB 185 4 103 -
CMYK 0 0.98 0.44 0.27
HSL 327.18º 0.96% 0.37% -
HSV(B) 327.18º 0.98% 0.73% -
XYZ 22.5 11.38 13.84 -
YUV 69.41 146.97 210.45 -
System Red Green Blue C M Y K H S L
Decimal 185 4 103 0 0.98 0.44 0.27 327.18 0.96 0.37
Hex B9 4 67 0 62 2C 1B 147 60 25
Octal 271 4 147 0 142 54 33 507 140 45
Binary 10111001 100 1100111 0 1100010 101100 11011 101000111 1100000 100101

Color Harmonies of #B90467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90467

Black with #B90467

Text Example


Text Example

White with #B90467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90467; }

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

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

background-color css

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

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

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

border-color css

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

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

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