Html Css Color HEX #B90069 Jazzberry Jam

📋 copy color: '#B90069'

red 185 ◦ green 0 ◦ blue 105

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

Shades of Jazzberry Jam #B90069

Tints of Jazzberry Jam #B90069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 105 (41.41% from 255) = 36.21%

R = 63.79%
G = 0%
B = 36.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B90069 (or 0xB90069) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 69. RGB value is (185,0,105). Sum of RGB (Red+Green+Blue) = 185+0+105=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B90069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90069 is #46FF96. Grayscale: #434343. Windows color (decimal): -4652951 or 6881465. OLE color: 6881465.

HSL color Cylindrical-coordinate representation of color #B90069: hue angle of 325.95º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90069 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 0 105 -
CMYK 0 1 0.43 0.27
HSL 325.95º 1% 0.36% -
HSV(B) 325.95º 1% 0.73% -
XYZ 22.56 11.33 14.36 -
YUV 67.29 149.29 211.96 -
System Red Green Blue C M Y K H S L
Decimal 185 0 105 0 1 0.43 0.27 325.95 1 0.36
Hex B9 0 69 0 64 2B 1B 146 64 24
Octal 271 0 151 0 144 53 33 506 144 44
Binary 10111001 0 1101001 0 1100100 101011 11011 101000110 1100100 100100

Color Harmonies of #B90069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90069

Black with #B90069

Text Example


Text Example

White with #B90069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90069; }

 p { color: rgb(185,0,105); }

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

background-color css

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

 a { background-color: rgb(185,0,105); }

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

border-color css

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

 span { border-color: rgb(185,0,105); }

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