Html Css Color HEX #B9014F Jazzberry Jam

📋 copy color: '#B9014F'

red 185 ◦ green 1 ◦ blue 79

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

Shades of Jazzberry Jam #B9014F

Tints of Jazzberry Jam #B9014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.81%

R = 69.81%
G = 0.38%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B9014F (or 0xB9014F) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 4F. RGB value is (185,1,79). Sum of RGB (Red+Green+Blue) = 185+1+79=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B9014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9014F is #46FEB0. Grayscale: #404040. Windows color (decimal): -4652721 or 5177785. OLE color: 5177785.

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

Color convert

RGB 185 1 79 -
CMYK 0 0.99 0.57 0.27
HSL 334.57º 0.99% 0.36% -
HSV(B) 334.57º 0.99% 0.73% -
XYZ 21.43 10.9 8.37 -
YUV 64.91 135.96 213.66 -
System Red Green Blue C M Y K H S L
Decimal 185 1 79 0 0.99 0.57 0.27 334.57 0.99 0.36
Hex B9 1 4F 0 63 39 1B 14F 63 24
Octal 271 1 117 0 143 71 33 517 143 44
Binary 10111001 1 1001111 0 1100011 111001 11011 101001111 1100011 100100

Color Harmonies of #B9014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9014F

Black with #B9014F

Text Example


Text Example

White with #B9014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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