Html Css Color HEX #B80765 Jazzberry Jam

📋 copy color: '#B80765'

red 184 ◦ green 7 ◦ blue 101

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

Shades of Jazzberry Jam #B80765

Tints of Jazzberry Jam #B80765

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.4%

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 63.01%
G = 2.4%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B80765 (or 0xB80765) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 65. RGB value is (184,7,101). Sum of RGB (Red+Green+Blue) = 184+7+101=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B80765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80765 is #47F89A. Grayscale: #464646. Windows color (decimal): -4716699 or 6621112. OLE color: 6621112.

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

Color convert

RGB 184 7 101 -
CMYK 0 0.96 0.45 0.28
HSL 328.14º 0.93% 0.37% -
HSV(B) 328.14º 0.96% 0.72% -
XYZ 22.19 11.28 13.32 -
YUV 70.64 145.14 208.86 -
System Red Green Blue C M Y K H S L
Decimal 184 7 101 0 0.96 0.45 0.28 328.14 0.93 0.37
Hex B8 7 65 0 60 2D 1C 148 5D 25
Octal 270 7 145 0 140 55 34 510 135 45
Binary 10111000 111 1100101 0 1100000 101101 11100 101001000 1011101 100101

Color Harmonies of #B80765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80765

Black with #B80765

Text Example


Text Example

White with #B80765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80765; }

 p { color: rgb(184,7,101); }

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

background-color css

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

 a { background-color: rgb(184,7,101); }

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

border-color css

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

 span { border-color: rgb(184,7,101); }

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