Html Css Color HEX #B8034C Jazzberry Jam

📋 copy color: '#B8034C'

red 184 ◦ green 3 ◦ blue 76

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

Shades of Jazzberry Jam #B8034C

Tints of Jazzberry Jam #B8034C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.9%

R = 69.96%
G = 1.14%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8034C (or 0xB8034C) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 4C. RGB value is (184,3,76). Sum of RGB (Red+Green+Blue) = 184+3+76=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B8034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8034C is #47FCB3. Grayscale: #414141. Windows color (decimal): -4717748 or 4981688. OLE color: 4981688.

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

Color convert

RGB 184 3 76 -
CMYK 0 0.98 0.59 0.28
HSL 335.8º 0.97% 0.37% -
HSV(B) 335.8º 0.98% 0.72% -
XYZ 21.1 10.78 7.81 -
YUV 65.44 133.97 212.56 -
System Red Green Blue C M Y K H S L
Decimal 184 3 76 0 0.98 0.59 0.28 335.8 0.97 0.37
Hex B8 3 4C 0 62 3B 1C 150 61 25
Octal 270 3 114 0 142 73 34 520 141 45
Binary 10111000 11 1001100 0 1100010 111011 11100 101010000 1100001 100101

Color Harmonies of #B8034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8034C

Black with #B8034C

Text Example


Text Example

White with #B8034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8034C; }

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

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

background-color css

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

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

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

border-color css

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

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

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