Html Css Color HEX #B8165C Jazzberry Jam

📋 copy color: '#B8165C'

red 184 ◦ green 22 ◦ blue 92

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

Shades of Jazzberry Jam #B8165C

Tints of Jazzberry Jam #B8165C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.38%

 BLUE value IS 92 (36.33% from 255) = 30.87%

R = 61.74%
G = 7.38%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B8165C (or 0xB8165C) is known color: Jazzberry Jam. HEX triplet: B8, 16 and 5C. RGB value is (184,22,92). Sum of RGB (Red+Green+Blue) = 184+22+92=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B8165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8165C is #47E9A3. Grayscale: #4E4E4E. Windows color (decimal): -4712868 or 6035128. OLE color: 6035128.

HSL color Cylindrical-coordinate representation of color #B8165C: hue angle of 334.07º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8165C is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 22 92 -
CMYK 0 0.88 0.50 0.28
HSL 334.07º 0.79% 0.4% -
HSV(B) 334.07º 0.88% 0.72% -
XYZ 21.99 11.54 11.19 -
YUV 78.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 184 22 92 0 0.88 0.50 0.28 334.07 0.79 0.4
Hex B8 16 5C 0 58 32 1C 14E 4F 28
Octal 270 26 134 0 130 62 34 516 117 50
Binary 10111000 10110 1011100 0 1011000 110010 11100 101001110 1001111 101000

Color Harmonies of #B8165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8165C

Black with #B8165C

Text Example


Text Example

White with #B8165C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8165C; }

 p { color: rgb(184,22,92); }

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

background-color css

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

 a { background-color: rgb(184,22,92); }

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

border-color css

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

 span { border-color: rgb(184,22,92); }

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