Html Css Color HEX #B9014A Jazzberry Jam

📋 copy color: '#B9014A'

red 185 ◦ green 1 ◦ blue 74

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

Shades of Jazzberry Jam #B9014A

Tints of Jazzberry Jam #B9014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 71.15%
G = 0.38%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9014A (or 0xB9014A) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 4A. RGB value is (185,1,74). Sum of RGB (Red+Green+Blue) = 185+1+74=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B9014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9014A is #46FEB5. Grayscale: #404040. Windows color (decimal): -4652726 or 4850105. OLE color: 4850105.

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

Color convert

RGB 185 1 74 -
CMYK 0 0.99 0.6 0.27
HSL 336.2º 0.99% 0.36% -
HSV(B) 336.2º 0.99% 0.73% -
XYZ 21.25 10.83 7.45 -
YUV 64.34 133.46 214.06 -
System Red Green Blue C M Y K H S L
Decimal 185 1 74 0 0.99 0.6 0.27 336.2 0.99 0.36
Hex B9 1 4A 0 63 3C 1B 150 63 24
Octal 271 1 112 0 143 74 33 520 143 44
Binary 10111001 1 1001010 0 1100011 111100 11011 101010000 1100011 100100

Color Harmonies of #B9014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9014A

Black with #B9014A

Text Example


Text Example

White with #B9014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9014A; }

 p { color: rgb(185,1,74); }

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

background-color css

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

 a { background-color: rgb(185,1,74); }

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

border-color css

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

 span { border-color: rgb(185,1,74); }

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