Html Css Color HEX #B81768 Jazzberry Jam

📋 copy color: '#B81768'

red 184 ◦ green 23 ◦ blue 104

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

Shades of Jazzberry Jam #B81768

Tints of Jazzberry Jam #B81768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.4%

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

R = 59.16%
G = 7.4%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B81768 (or 0xB81768) is known color: Jazzberry Jam. HEX triplet: B8, 17 and 68. RGB value is (184,23,104). Sum of RGB (Red+Green+Blue) = 184+23+104=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B81768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81768 is #47E897. Grayscale: #505050. Windows color (decimal): -4712600 or 6821816. OLE color: 6821816.

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

Color convert

RGB 184 23 104 -
CMYK 0 0.88 0.43 0.28
HSL 329.81º 0.78% 0.41% -
HSV(B) 329.81º 0.88% 0.72% -
XYZ 22.57 11.8 14.19 -
YUV 80.37 141.34 201.91 -
System Red Green Blue C M Y K H S L
Decimal 184 23 104 0 0.88 0.43 0.28 329.81 0.78 0.41
Hex B8 17 68 0 58 2B 1C 14A 4E 29
Octal 270 27 150 0 130 53 34 512 116 51
Binary 10111000 10111 1101000 0 1011000 101011 11100 101001010 1001110 101001

Color Harmonies of #B81768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81768

Black with #B81768

Text Example


Text Example

White with #B81768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81768; }

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

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

background-color css

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

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

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

border-color css

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

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

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