Html Css Color HEX #B6014C Jazzberry Jam

📋 copy color: '#B6014C'

red 182 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #B6014C

Tints of Jazzberry Jam #B6014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 70.27%
G = 0.39%
B = 29.34%

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

#B6014C (or 0xB6014C) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 4C. RGB value is (182,1,76). Sum of RGB (Red+Green+Blue) = 182+1+76=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B6014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6014C is #49FEB3. Grayscale: #3F3F3F. Windows color (decimal): -4849332 or 4981174. OLE color: 4981174.

HSL color Cylindrical-coordinate representation of color #B6014C: hue angle of 335.14º degrees, saturation: 0.99, 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 #B6014C is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 1 76 -
CMYK 0 0.99 0.58 0.29
HSL 335.14º 0.99% 0.36% -
HSV(B) 335.14º 0.99% 0.71% -
XYZ 20.61 10.49 7.78 -
YUV 63.67 134.97 212.4 -
System Red Green Blue C M Y K H S L
Decimal 182 1 76 0 0.99 0.58 0.29 335.14 0.99 0.36
Hex B6 1 4C 0 63 3A 1D 14F 63 24
Octal 266 1 114 0 143 72 35 517 143 44
Binary 10110110 1 1001100 0 1100011 111010 11101 101001111 1100011 100100

Color Harmonies of #B6014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6014C

Black with #B6014C

Text Example


Text Example

White with #B6014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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