Html Css Color HEX #B81068 Jazzberry Jam

📋 copy color: '#B81068'

red 184 ◦ green 16 ◦ blue 104

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

Shades of Jazzberry Jam #B81068

Tints of Jazzberry Jam #B81068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.26%

 BLUE value IS 104 (41.02% from 255) = 34.21%

R = 60.53%
G = 5.26%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B81068 (or 0xB81068) is known color: Jazzberry Jam. HEX triplet: B8, 10 and 68. RGB value is (184,16,104). Sum of RGB (Red+Green+Blue) = 184+16+104=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B81068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81068 is #47EF97. Grayscale: #4C4C4C. Windows color (decimal): -4714392 or 6820024. OLE color: 6820024.

HSL color Cylindrical-coordinate representation of color #B81068: hue angle of 328.57º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81068 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 16 104 -
CMYK 0 0.91 0.43 0.28
HSL 328.57º 0.84% 0.39% -
HSV(B) 328.57º 0.91% 0.72% -
XYZ 22.45 11.56 14.14 -
YUV 76.26 143.66 204.84 -
System Red Green Blue C M Y K H S L
Decimal 184 16 104 0 0.91 0.43 0.28 328.57 0.84 0.39
Hex B8 10 68 0 5B 2B 1C 149 54 27
Octal 270 20 150 0 133 53 34 511 124 47
Binary 10111000 10000 1101000 0 1011011 101011 11100 101001001 1010100 100111

Color Harmonies of #B81068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81068

Black with #B81068

Text Example


Text Example

White with #B81068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81068; }

 p { color: rgb(184,16,104); }

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

background-color css

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

 a { background-color: rgb(184,16,104); }

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

border-color css

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

 span { border-color: rgb(184,16,104); }

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