Html Css Color HEX #B9014B Jazzberry Jam

📋 copy color: '#B9014B'

red 185 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #B9014B

Tints of Jazzberry Jam #B9014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.74%

R = 70.88%
G = 0.38%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9014B (or 0xB9014B) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 4B. RGB value is (185,1,75). Sum of RGB (Red+Green+Blue) = 185+1+75=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B9014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9014B is #46FEB4. Grayscale: #404040. Windows color (decimal): -4652725 or 4915641. OLE color: 4915641.

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

Color convert

RGB 185 1 75 -
CMYK 0 0.99 0.59 0.27
HSL 335.87º 0.99% 0.36% -
HSV(B) 335.87º 0.99% 0.73% -
XYZ 21.29 10.84 7.63 -
YUV 64.45 133.96 213.98 -
System Red Green Blue C M Y K H S L
Decimal 185 1 75 0 0.99 0.59 0.27 335.87 0.99 0.36
Hex B9 1 4B 0 63 3B 1B 150 63 24
Octal 271 1 113 0 143 73 33 520 143 44
Binary 10111001 1 1001011 0 1100011 111011 11011 101010000 1100011 100100

Color Harmonies of #B9014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9014B

Black with #B9014B

Text Example


Text Example

White with #B9014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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