Html Css Color HEX #B6084C Jazzberry Jam

📋 copy color: '#B6084C'

red 182 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #B6084C

Tints of Jazzberry Jam #B6084C

RGB

 RED value IS 182 (71.48% from 255) = 68.42%

 GREEN value IS 8 (3.52% from 255) = 3.01%

 BLUE value IS 76 (30.08% from 255) = 28.57%

R = 68.42%
G = 3.01%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6084C (or 0xB6084C) is known color: Jazzberry Jam. HEX triplet: B6, 08 and 4C. RGB value is (182,8,76). Sum of RGB (Red+Green+Blue) = 182+8+76=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B6084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6084C is #49F7B3. Grayscale: #434343. Windows color (decimal): -4847540 or 4982966. OLE color: 4982966.

HSL color Cylindrical-coordinate representation of color #B6084C: hue angle of 336.55º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B6084C is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 8 76 -
CMYK 0 0.96 0.58 0.29
HSL 336.55º 0.92% 0.37% -
HSV(B) 336.55º 0.96% 0.71% -
XYZ 20.68 10.64 7.8 -
YUV 67.78 132.65 209.47 -
System Red Green Blue C M Y K H S L
Decimal 182 8 76 0 0.96 0.58 0.29 336.55 0.92 0.37
Hex B6 8 4C 0 60 3A 1D 151 5C 25
Octal 266 10 114 0 140 72 35 521 134 45
Binary 10110110 1000 1001100 0 1100000 111010 11101 101010001 1011100 100101

Color Harmonies of #B6084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6084C

Black with #B6084C

Text Example


Text Example

White with #B6084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6084C; }

 p { color: rgb(182,8,76); }

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

background-color css

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

 a { background-color: rgb(182,8,76); }

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

border-color css

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

 span { border-color: rgb(182,8,76); }

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