Html Css Color HEX #B81468 Jazzberry Jam

📋 copy color: '#B81468'

red 184 ◦ green 20 ◦ blue 104

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

Shades of Jazzberry Jam #B81468

Tints of Jazzberry Jam #B81468

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.49%

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

R = 59.74%
G = 6.49%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B81468 (or 0xB81468) is known color: Jazzberry Jam. HEX triplet: B8, 14 and 68. RGB value is (184,20,104). Sum of RGB (Red+Green+Blue) = 184+20+104=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B81468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81468 is #47EB97. Grayscale: #4E4E4E. Windows color (decimal): -4713368 or 6821048. OLE color: 6821048.

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

Color convert

RGB 184 20 104 -
CMYK 0 0.89 0.43 0.28
HSL 329.27º 0.8% 0.4% -
HSV(B) 329.27º 0.89% 0.72% -
XYZ 22.52 11.69 14.17 -
YUV 78.61 142.33 203.17 -
System Red Green Blue C M Y K H S L
Decimal 184 20 104 0 0.89 0.43 0.28 329.27 0.8 0.4
Hex B8 14 68 0 59 2B 1C 149 50 28
Octal 270 24 150 0 131 53 34 511 120 50
Binary 10111000 10100 1101000 0 1011001 101011 11100 101001001 1010000 101000

Color Harmonies of #B81468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81468

Black with #B81468

Text Example


Text Example

White with #B81468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81468; }

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

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

background-color css

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

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

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

border-color css

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

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

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