Html Css Color HEX #B8084D Jazzberry Jam

📋 copy color: '#B8084D'

red 184 ◦ green 8 ◦ blue 77

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

Shades of Jazzberry Jam #B8084D

Tints of Jazzberry Jam #B8084D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.62%

R = 68.4%
G = 2.97%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8084D (or 0xB8084D) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 4D. RGB value is (184,8,77). Sum of RGB (Red+Green+Blue) = 184+8+77=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B8084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8084D is #47F7B2. Grayscale: #444444. Windows color (decimal): -4716467 or 5048504. OLE color: 5048504.

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

Color convert

RGB 184 8 77 -
CMYK 0 0.96 0.58 0.28
HSL 336.48º 0.92% 0.38% -
HSV(B) 336.48º 0.96% 0.72% -
XYZ 21.19 10.9 8.01 -
YUV 68.49 132.81 210.39 -
System Red Green Blue C M Y K H S L
Decimal 184 8 77 0 0.96 0.58 0.28 336.48 0.92 0.38
Hex B8 8 4D 0 60 3A 1C 150 5C 26
Octal 270 10 115 0 140 72 34 520 134 46
Binary 10111000 1000 1001101 0 1100000 111010 11100 101010000 1011100 100110

Color Harmonies of #B8084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8084D

Black with #B8084D

Text Example


Text Example

White with #B8084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8084D; }

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

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

background-color css

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

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

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

border-color css

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

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

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