Html Css Color HEX #B82168 Jazzberry Jam

📋 copy color: '#B82168'

red 184 ◦ green 33 ◦ blue 104

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

Shades of Jazzberry Jam #B82168

Tints of Jazzberry Jam #B82168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.28%

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

R = 57.32%
G = 10.28%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B82168 (or 0xB82168) is known color: Jazzberry Jam. HEX triplet: B8, 21 and 68. RGB value is (184,33,104). Sum of RGB (Red+Green+Blue) = 184+33+104=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B82168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82168 is #47DE97. Grayscale: #565656. Windows color (decimal): -4710040 or 6824376. OLE color: 6824376.

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

Color convert

RGB 184 33 104 -
CMYK 0 0.82 0.43 0.28
HSL 331.79º 0.7% 0.43% -
HSV(B) 331.79º 0.82% 0.72% -
XYZ 22.81 12.28 14.26 -
YUV 86.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 184 33 104 0 0.82 0.43 0.28 331.79 0.7 0.43
Hex B8 21 68 0 52 2B 1C 14C 46 2B
Octal 270 41 150 0 122 53 34 514 106 53
Binary 10111000 100001 1101000 0 1010010 101011 11100 101001100 1000110 101011

Color Harmonies of #B82168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82168

Black with #B82168

Text Example


Text Example

White with #B82168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82168; }

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

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

background-color css

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

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

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

border-color css

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

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

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