Html Css Color HEX #B6014D Jazzberry Jam

📋 copy color: '#B6014D'

red 182 ◦ green 1 ◦ blue 77

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

Shades of Jazzberry Jam #B6014D

Tints of Jazzberry Jam #B6014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.62%

R = 70%
G = 0.38%
B = 29.62%

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

#B6014D (or 0xB6014D) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 4D. RGB value is (182,1,77). Sum of RGB (Red+Green+Blue) = 182+1+77=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B6014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6014D is #49FEB2. Grayscale: #3F3F3F. Windows color (decimal): -4849331 or 5046710. OLE color: 5046710.

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

Color convert

RGB 182 1 77 -
CMYK 0 0.99 0.58 0.29
HSL 334.81º 0.99% 0.36% -
HSV(B) 334.81º 0.99% 0.71% -
XYZ 20.64 10.5 7.96 -
YUV 63.78 135.47 212.32 -
System Red Green Blue C M Y K H S L
Decimal 182 1 77 0 0.99 0.58 0.29 334.81 0.99 0.36
Hex B6 1 4D 0 63 3A 1D 14F 63 24
Octal 266 1 115 0 143 72 35 517 143 44
Binary 10110110 1 1001101 0 1100011 111010 11101 101001111 1100011 100100

Color Harmonies of #B6014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6014D

Black with #B6014D

Text Example


Text Example

White with #B6014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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