Html Css Color HEX #B82268 Jazzberry Jam

📋 copy color: '#B82268'

red 184 ◦ green 34 ◦ blue 104

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

Shades of Jazzberry Jam #B82268

Tints of Jazzberry Jam #B82268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.56%

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

R = 57.14%
G = 10.56%
B = 32.3%

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

#B82268 (or 0xB82268) is known color: Jazzberry Jam. HEX triplet: B8, 22 and 68. RGB value is (184,34,104). Sum of RGB (Red+Green+Blue) = 184+34+104=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B82268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82268 is #47DD97. Grayscale: #565656. Windows color (decimal): -4709784 or 6824632. OLE color: 6824632.

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

Color convert

RGB 184 34 104 -
CMYK 0 0.82 0.43 0.28
HSL 332º 0.69% 0.43% -
HSV(B) 332º 0.82% 0.72% -
XYZ 22.84 12.33 14.27 -
YUV 86.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 184 34 104 0 0.82 0.43 0.28 332 0.69 0.43
Hex B8 22 68 0 52 2B 1C 14C 45 2B
Octal 270 42 150 0 122 53 34 514 105 53
Binary 10111000 100010 1101000 0 1010010 101011 11100 101001100 1000101 101011

Color Harmonies of #B82268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82268

Black with #B82268

Text Example


Text Example

White with #B82268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82268; }

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

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

background-color css

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

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

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

border-color css

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

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

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