Html Css Color HEX #B6014A Jazzberry Jam

📋 copy color: '#B6014A'

red 182 ◦ green 1 ◦ blue 74

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

Shades of Jazzberry Jam #B6014A

Tints of Jazzberry Jam #B6014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.79%

R = 70.82%
G = 0.39%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B6014A (or 0xB6014A) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 4A. RGB value is (182,1,74). Sum of RGB (Red+Green+Blue) = 182+1+74=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B6014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6014A is #49FEB5. Grayscale: #3F3F3F. Windows color (decimal): -4849334 or 4850102. OLE color: 4850102.

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

Color convert

RGB 182 1 74 -
CMYK 0 0.99 0.59 0.29
HSL 335.8º 0.99% 0.36% -
HSV(B) 335.8º 0.99% 0.71% -
XYZ 20.54 10.46 7.42 -
YUV 63.44 133.97 212.56 -
System Red Green Blue C M Y K H S L
Decimal 182 1 74 0 0.99 0.59 0.29 335.8 0.99 0.36
Hex B6 1 4A 0 63 3B 1D 150 63 24
Octal 266 1 112 0 143 73 35 520 143 44
Binary 10110110 1 1001010 0 1100011 111011 11101 101010000 1100011 100100

Color Harmonies of #B6014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6014A

Black with #B6014A

Text Example


Text Example

White with #B6014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6014A; }

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

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

background-color css

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

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

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

border-color css

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

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

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