Html Css Color HEX #B90A67 Jazzberry Jam

📋 copy color: '#B90A67'

red 185 ◦ green 10 ◦ blue 103

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

Shades of Jazzberry Jam #B90A67

Tints of Jazzberry Jam #B90A67

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.36%

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

R = 62.08%
G = 3.36%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B90A67 (or 0xB90A67) is known color: Jazzberry Jam. HEX triplet: B9, 0A and 67. RGB value is (185,10,103). Sum of RGB (Red+Green+Blue) = 185+10+103=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90A67 is #46F598. Grayscale: #484848. Windows color (decimal): -4650393 or 6752953. OLE color: 6752953.

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

Color convert

RGB 185 10 103 -
CMYK 0 0.95 0.44 0.27
HSL 328.11º 0.9% 0.38% -
HSV(B) 328.11º 0.95% 0.73% -
XYZ 22.56 11.51 13.86 -
YUV 72.93 144.98 207.94 -
System Red Green Blue C M Y K H S L
Decimal 185 10 103 0 0.95 0.44 0.27 328.11 0.9 0.38
Hex B9 A 67 0 5F 2C 1B 148 5A 26
Octal 271 12 147 0 137 54 33 510 132 46
Binary 10111001 1010 1100111 0 1011111 101100 11011 101001000 1011010 100110

Color Harmonies of #B90A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90A67

Black with #B90A67

Text Example


Text Example

White with #B90A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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