Html Css Color HEX #B80657 Jazzberry Jam

📋 copy color: '#B80657'

red 184 ◦ green 6 ◦ blue 87

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

Shades of Jazzberry Jam #B80657

Tints of Jazzberry Jam #B80657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.41%

R = 66.43%
G = 2.17%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B80657 (or 0xB80657) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 57. RGB value is (184,6,87). Sum of RGB (Red+Green+Blue) = 184+6+87=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B80657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80657 is #47F9A8. Grayscale: #444444. Windows color (decimal): -4716969 or 5703352. OLE color: 5703352.

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

Color convert

RGB 184 6 87 -
CMYK 0 0.97 0.53 0.28
HSL 332.7º 0.94% 0.37% -
HSV(B) 332.7º 0.97% 0.72% -
XYZ 21.55 11.01 10.01 -
YUV 68.46 138.47 210.41 -
System Red Green Blue C M Y K H S L
Decimal 184 6 87 0 0.97 0.53 0.28 332.7 0.94 0.37
Hex B8 6 57 0 61 35 1C 14D 5E 25
Octal 270 6 127 0 141 65 34 515 136 45
Binary 10111000 110 1010111 0 1100001 110101 11100 101001101 1011110 100101

Color Harmonies of #B80657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80657

Black with #B80657

Text Example


Text Example

White with #B80657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80657; }

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

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

background-color css

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

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

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

border-color css

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

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

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