Html Css Color HEX #B90367 Jazzberry Jam

📋 copy color: '#B90367'

red 185 ◦ green 3 ◦ blue 103

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

Shades of Jazzberry Jam #B90367

Tints of Jazzberry Jam #B90367

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 63.57%
G = 1.03%
B = 35.4%

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

#B90367 (or 0xB90367) is known color: Jazzberry Jam. HEX triplet: B9, 03 and 67. RGB value is (185,3,103). Sum of RGB (Red+Green+Blue) = 185+3+103=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B90367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90367 is #46FC98. Grayscale: #444444. Windows color (decimal): -4652185 or 6751161. OLE color: 6751161.

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

Color convert

RGB 185 3 103 -
CMYK 0 0.98 0.44 0.27
HSL 327.03º 0.97% 0.37% -
HSV(B) 327.03º 0.98% 0.73% -
XYZ 22.49 11.36 13.84 -
YUV 68.82 147.3 210.87 -
System Red Green Blue C M Y K H S L
Decimal 185 3 103 0 0.98 0.44 0.27 327.03 0.97 0.37
Hex B9 3 67 0 62 2C 1B 147 61 25
Octal 271 3 147 0 142 54 33 507 141 45
Binary 10111001 11 1100111 0 1100010 101100 11011 101000111 1100001 100101

Color Harmonies of #B90367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90367

Black with #B90367

Text Example


Text Example

White with #B90367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90367; }

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

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

background-color css

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

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

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

border-color css

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

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

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