Html Css Color HEX #B8084B Jazzberry Jam

📋 copy color: '#B8084B'

red 184 ◦ green 8 ◦ blue 75

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

Shades of Jazzberry Jam #B8084B

Tints of Jazzberry Jam #B8084B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.09%

R = 68.91%
G = 3%
B = 28.09%

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

#B8084B (or 0xB8084B) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 4B. RGB value is (184,8,75). Sum of RGB (Red+Green+Blue) = 184+8+75=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B8084B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8084B is #47F7B4. Grayscale: #444444. Windows color (decimal): -4716469 or 4917432. OLE color: 4917432.

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

Color convert

RGB 184 8 75 -
CMYK 0 0.96 0.59 0.28
HSL 337.16º 0.92% 0.38% -
HSV(B) 337.16º 0.96% 0.72% -
XYZ 21.12 10.87 7.64 -
YUV 68.26 131.81 210.55 -
System Red Green Blue C M Y K H S L
Decimal 184 8 75 0 0.96 0.59 0.28 337.16 0.92 0.38
Hex B8 8 4B 0 60 3B 1C 151 5C 26
Octal 270 10 113 0 140 73 34 521 134 46
Binary 10111000 1000 1001011 0 1100000 111011 11100 101010001 1011100 100110

Color Harmonies of #B8084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8084B

Black with #B8084B

Text Example


Text Example

White with #B8084B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8084B; }

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

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

background-color css

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

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

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

border-color css

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

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

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