Html Css Color HEX #B8065D Jazzberry Jam

📋 copy color: '#B8065D'

red 184 ◦ green 6 ◦ blue 93

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

Shades of Jazzberry Jam #B8065D

Tints of Jazzberry Jam #B8065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.12%

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 65.02%
G = 2.12%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8065D (or 0xB8065D) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 5D. RGB value is (184,6,93). Sum of RGB (Red+Green+Blue) = 184+6+93=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8065D is #47F9A2. Grayscale: #444444. Windows color (decimal): -4716963 or 6096568. OLE color: 6096568.

HSL color Cylindrical-coordinate representation of color #B8065D: hue angle of 330.67º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8065D is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 6 93 -
CMYK 0 0.97 0.49 0.28
HSL 330.67º 0.94% 0.37% -
HSV(B) 330.67º 0.97% 0.72% -
XYZ 21.81 11.11 11.35 -
YUV 69.14 141.47 209.93 -
System Red Green Blue C M Y K H S L
Decimal 184 6 93 0 0.97 0.49 0.28 330.67 0.94 0.37
Hex B8 6 5D 0 61 31 1C 14B 5E 25
Octal 270 6 135 0 141 61 34 513 136 45
Binary 10111000 110 1011101 0 1100001 110001 11100 101001011 1011110 100101

Color Harmonies of #B8065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8065D

Black with #B8065D

Text Example


Text Example

White with #B8065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8065D; }

 p { color: rgb(184,6,93); }

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

background-color css

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

 a { background-color: rgb(184,6,93); }

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

border-color css

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

 span { border-color: rgb(184,6,93); }

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