Html Css Color HEX #B9014D Jazzberry Jam

📋 copy color: '#B9014D'

red 185 ◦ green 1 ◦ blue 77

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

Shades of Jazzberry Jam #B9014D

Tints of Jazzberry Jam #B9014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.28%

R = 70.34%
G = 0.38%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9014D (or 0xB9014D) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 4D. RGB value is (185,1,77). Sum of RGB (Red+Green+Blue) = 185+1+77=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B9014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9014D is #46FEB2. Grayscale: #404040. Windows color (decimal): -4652723 or 5046713. OLE color: 5046713.

HSL color Cylindrical-coordinate representation of color #B9014D: hue angle of 335.22º 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 #B9014D is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 1 77 -
CMYK 0 0.99 0.58 0.27
HSL 335.22º 0.99% 0.36% -
HSV(B) 335.22º 0.99% 0.73% -
XYZ 21.36 10.87 7.99 -
YUV 64.68 134.96 213.82 -
System Red Green Blue C M Y K H S L
Decimal 185 1 77 0 0.99 0.58 0.27 335.22 0.99 0.36
Hex B9 1 4D 0 63 3A 1B 14F 63 24
Octal 271 1 115 0 143 72 33 517 143 44
Binary 10111001 1 1001101 0 1100011 111010 11011 101001111 1100011 100100

Color Harmonies of #B9014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9014D

Black with #B9014D

Text Example


Text Example

White with #B9014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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