Html Css Color HEX #B8086C Jazzberry Jam

📋 copy color: '#B8086C'

red 184 ◦ green 8 ◦ blue 108

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

Shades of Jazzberry Jam #B8086C

Tints of Jazzberry Jam #B8086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36%

R = 61.33%
G = 2.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8086C (or 0xB8086C) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 6C. RGB value is (184,8,108). Sum of RGB (Red+Green+Blue) = 184+8+108=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B8086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8086C is #47F793. Grayscale: #474747. Windows color (decimal): -4716436 or 7080120. OLE color: 7080120.

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

Color convert

RGB 184 8 108 -
CMYK 0 0.96 0.41 0.28
HSL 325.91º 0.92% 0.38% -
HSV(B) 325.91º 0.96% 0.72% -
XYZ 22.56 11.45 15.21 -
YUV 72.02 148.31 207.87 -
System Red Green Blue C M Y K H S L
Decimal 184 8 108 0 0.96 0.41 0.28 325.91 0.92 0.38
Hex B8 8 6C 0 60 29 1C 146 5C 26
Octal 270 10 154 0 140 51 34 506 134 46
Binary 10111000 1000 1101100 0 1100000 101001 11100 101000110 1011100 100110

Color Harmonies of #B8086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8086C

Black with #B8086C

Text Example


Text Example

White with #B8086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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