Html Css Color HEX #B9074F Jazzberry Jam

📋 copy color: '#B9074F'

red 185 ◦ green 7 ◦ blue 79

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

Shades of Jazzberry Jam #B9074F

Tints of Jazzberry Jam #B9074F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.58%

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

R = 68.27%
G = 2.58%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B9074F (or 0xB9074F) is known color: Jazzberry Jam. HEX triplet: B9, 07 and 4F. RGB value is (185,7,79). Sum of RGB (Red+Green+Blue) = 185+7+79=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B9074F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9074F is #46F8B0. Grayscale: #444444. Windows color (decimal): -4651185 or 5179321. OLE color: 5179321.

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

Color convert

RGB 185 7 79 -
CMYK 0 0.96 0.57 0.27
HSL 335.73º 0.93% 0.38% -
HSV(B) 335.73º 0.96% 0.73% -
XYZ 21.49 11.03 8.39 -
YUV 68.43 133.97 211.15 -
System Red Green Blue C M Y K H S L
Decimal 185 7 79 0 0.96 0.57 0.27 335.73 0.93 0.38
Hex B9 7 4F 0 60 39 1B 150 5D 26
Octal 271 7 117 0 140 71 33 520 135 46
Binary 10111001 111 1001111 0 1100000 111001 11011 101010000 1011101 100110

Color Harmonies of #B9074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9074F

Black with #B9074F

Text Example


Text Example

White with #B9074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9074F; }

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

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

background-color css

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

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

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

border-color css

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

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

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