Html Css Color HEX #B80869 Jazzberry Jam

📋 copy color: '#B80869'

red 184 ◦ green 8 ◦ blue 105

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

Shades of Jazzberry Jam #B80869

Tints of Jazzberry Jam #B80869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.35%

R = 61.95%
G = 2.69%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B80869 (or 0xB80869) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 69. RGB value is (184,8,105). Sum of RGB (Red+Green+Blue) = 184+8+105=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B80869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80869 is #47F796. Grayscale: #474747. Windows color (decimal): -4716439 or 6883512. OLE color: 6883512.

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

Color convert

RGB 184 8 105 -
CMYK 0 0.96 0.43 0.28
HSL 326.93º 0.92% 0.38% -
HSV(B) 326.93º 0.96% 0.72% -
XYZ 22.4 11.38 14.38 -
YUV 71.68 146.81 208.11 -
System Red Green Blue C M Y K H S L
Decimal 184 8 105 0 0.96 0.43 0.28 326.93 0.92 0.38
Hex B8 8 69 0 60 2B 1C 147 5C 26
Octal 270 10 151 0 140 53 34 507 134 46
Binary 10111000 1000 1101001 0 1100000 101011 11100 101000111 1011100 100110

Color Harmonies of #B80869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80869

Black with #B80869

Text Example


Text Example

White with #B80869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80869; }

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

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

background-color css

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

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

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

border-color css

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

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

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