Html Css Color HEX #B8084C Jazzberry Jam

📋 copy color: '#B8084C'

red 184 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #B8084C

Tints of Jazzberry Jam #B8084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.99%

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

R = 68.66%
G = 2.99%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8084C (or 0xB8084C) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 4C. RGB value is (184,8,76). Sum of RGB (Red+Green+Blue) = 184+8+76=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B8084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8084C is #47F7B3. Grayscale: #444444. Windows color (decimal): -4716468 or 4982968. OLE color: 4982968.

HSL color Cylindrical-coordinate representation of color #B8084C: hue angle of 336.82º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8084C is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 8 76 -
CMYK 0 0.96 0.59 0.28
HSL 336.82º 0.92% 0.38% -
HSV(B) 336.82º 0.96% 0.72% -
XYZ 21.16 10.89 7.82 -
YUV 68.38 132.31 210.47 -
System Red Green Blue C M Y K H S L
Decimal 184 8 76 0 0.96 0.59 0.28 336.82 0.92 0.38
Hex B8 8 4C 0 60 3B 1C 151 5C 26
Octal 270 10 114 0 140 73 34 521 134 46
Binary 10111000 1000 1001100 0 1100000 111011 11100 101010001 1011100 100110

Color Harmonies of #B8084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8084C

Black with #B8084C

Text Example


Text Example

White with #B8084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8084C; }

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

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

background-color css

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

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

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

border-color css

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

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

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