Html Css Color HEX #B8084A Jazzberry Jam

📋 copy color: '#B8084A'

red 184 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #B8084A

Tints of Jazzberry Jam #B8084A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.82%

R = 69.17%
G = 3.01%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8084A (or 0xB8084A) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 4A. RGB value is (184,8,74). Sum of RGB (Red+Green+Blue) = 184+8+74=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B8084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8084A is #47F7B5. Grayscale: #444444. Windows color (decimal): -4716470 or 4851896. OLE color: 4851896.

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

Color convert

RGB 184 8 74 -
CMYK 0 0.96 0.60 0.28
HSL 337.5º 0.92% 0.38% -
HSV(B) 337.5º 0.96% 0.72% -
XYZ 21.09 10.86 7.46 -
YUV 68.15 131.31 210.63 -
System Red Green Blue C M Y K H S L
Decimal 184 8 74 0 0.96 0.60 0.28 337.5 0.92 0.38
Hex B8 8 4A 0 60 3C 1C 152 5C 26
Octal 270 10 112 0 140 74 34 522 134 46
Binary 10111000 1000 1001010 0 1100000 111100 11100 101010010 1011100 100110

Color Harmonies of #B8084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8084A

Black with #B8084A

Text Example


Text Example

White with #B8084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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