Html Css Color HEX #B6024C Jazzberry Jam

📋 copy color: '#B6024C'

red 182 ◦ green 2 ◦ blue 76

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

Shades of Jazzberry Jam #B6024C

Tints of Jazzberry Jam #B6024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 70%
G = 0.77%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6024C (or 0xB6024C) is known color: Jazzberry Jam. HEX triplet: B6, 02 and 4C. RGB value is (182,2,76). Sum of RGB (Red+Green+Blue) = 182+2+76=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B6024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6024C is #49FDB3. Grayscale: #404040. Windows color (decimal): -4849076 or 4981430. OLE color: 4981430.

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

Color convert

RGB 182 2 76 -
CMYK 0 0.99 0.58 0.29
HSL 335.33º 0.98% 0.36% -
HSV(B) 335.33º 0.99% 0.71% -
XYZ 20.62 10.51 7.78 -
YUV 64.26 134.63 211.98 -
System Red Green Blue C M Y K H S L
Decimal 182 2 76 0 0.99 0.58 0.29 335.33 0.98 0.36
Hex B6 2 4C 0 63 3A 1D 14F 62 24
Octal 266 2 114 0 143 72 35 517 142 44
Binary 10110110 10 1001100 0 1100011 111010 11101 101001111 1100010 100100

Color Harmonies of #B6024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6024C

Black with #B6024C

Text Example


Text Example

White with #B6024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6024C; }

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

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

background-color css

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

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

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

border-color css

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

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

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