Html Css Color HEX #B6005E Jazzberry Jam

📋 copy color: '#B6005E'

red 182 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #B6005E

Tints of Jazzberry Jam #B6005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 65.94%
G = 0%
B = 34.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B6005E (or 0xB6005E) is known color: Jazzberry Jam. HEX triplet: B6, 00 and 5E. RGB value is (182,0,94). Sum of RGB (Red+Green+Blue) = 182+0+94=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B6005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6005E is #49FFA1. Grayscale: #404040. Windows color (decimal): -4849570 or 6160566. OLE color: 6160566.

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

Color convert

RGB 182 0 94 -
CMYK 0 1 0.48 0.29
HSL 329.01º 1% 0.36% -
HSV(B) 329.01º 1% 0.71% -
XYZ 21.31 10.75 11.54 -
YUV 65.13 144.3 211.36 -
System Red Green Blue C M Y K H S L
Decimal 182 0 94 0 1 0.48 0.29 329.01 1 0.36
Hex B6 0 5E 0 64 30 1D 149 64 24
Octal 266 0 136 0 144 60 35 511 144 44
Binary 10110110 0 1011110 0 1100100 110000 11101 101001001 1100100 100100

Color Harmonies of #B6005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6005E

Black with #B6005E

Text Example


Text Example

White with #B6005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6005E; }

 p { color: rgb(182,0,94); }

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

background-color css

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

 a { background-color: rgb(182,0,94); }

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

border-color css

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

 span { border-color: rgb(182,0,94); }

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