Html Css Color HEX #B8034F Jazzberry Jam

📋 copy color: '#B8034F'

red 184 ◦ green 3 ◦ blue 79

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

Shades of Jazzberry Jam #B8034F

Tints of Jazzberry Jam #B8034F

RGB

 RED value IS 184 (72.27% from 255) = 69.17%

 GREEN value IS 3 (1.56% from 255) = 1.13%

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

R = 69.17%
G = 1.13%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B8034F (or 0xB8034F) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 4F. RGB value is (184,3,79). Sum of RGB (Red+Green+Blue) = 184+3+79=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B8034F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8034F is #47FCB0. Grayscale: #414141. Windows color (decimal): -4717745 or 5178296. OLE color: 5178296.

HSL color Cylindrical-coordinate representation of color #B8034F: hue angle of 334.81º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8034F is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 3 79 -
CMYK 0 0.98 0.57 0.28
HSL 334.81º 0.97% 0.37% -
HSV(B) 334.81º 0.98% 0.72% -
XYZ 21.21 10.82 8.37 -
YUV 65.78 135.47 212.32 -
System Red Green Blue C M Y K H S L
Decimal 184 3 79 0 0.98 0.57 0.28 334.81 0.97 0.37
Hex B8 3 4F 0 62 39 1C 14F 61 25
Octal 270 3 117 0 142 71 34 517 141 45
Binary 10111000 11 1001111 0 1100010 111001 11100 101001111 1100001 100101

Color Harmonies of #B8034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8034F

Black with #B8034F

Text Example


Text Example

White with #B8034F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8034F; }

 p { color: rgb(184,3,79); }

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

background-color css

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

 a { background-color: rgb(184,3,79); }

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

border-color css

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

 span { border-color: rgb(184,3,79); }

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