Html Css Color HEX #B6064D Jazzberry Jam

📋 copy color: '#B6064D'

red 182 ◦ green 6 ◦ blue 77

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

Shades of Jazzberry Jam #B6064D

Tints of Jazzberry Jam #B6064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

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

R = 68.68%
G = 2.26%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6064D (or 0xB6064D) is known color: Jazzberry Jam. HEX triplet: B6, 06 and 4D. RGB value is (182,6,77). Sum of RGB (Red+Green+Blue) = 182+6+77=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B6064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6064D is #49F9B2. Grayscale: #424242. Windows color (decimal): -4848051 or 5047990. OLE color: 5047990.

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

Color convert

RGB 182 6 77 -
CMYK 0 0.97 0.58 0.29
HSL 335.8º 0.94% 0.37% -
HSV(B) 335.8º 0.97% 0.71% -
XYZ 20.7 10.61 7.98 -
YUV 66.72 133.81 210.23 -
System Red Green Blue C M Y K H S L
Decimal 182 6 77 0 0.97 0.58 0.29 335.8 0.94 0.37
Hex B6 6 4D 0 61 3A 1D 150 5E 25
Octal 266 6 115 0 141 72 35 520 136 45
Binary 10110110 110 1001101 0 1100001 111010 11101 101010000 1011110 100101

Color Harmonies of #B6064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6064D

Black with #B6064D

Text Example


Text Example

White with #B6064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6064D; }

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

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

background-color css

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

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

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

border-color css

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

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

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