Html Css Color HEX #B6005C Jazzberry Jam

📋 copy color: '#B6005C'

red 182 ◦ green 0 ◦ blue 92

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

Shades of Jazzberry Jam #B6005C

Tints of Jazzberry Jam #B6005C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 66.42%
G = 0%
B = 33.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6005C (or 0xB6005C) is known color: Jazzberry Jam. HEX triplet: B6, 00 and 5C. RGB value is (182,0,92). Sum of RGB (Red+Green+Blue) = 182+0+92=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B6005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6005C is #49FFA3. Grayscale: #404040. Windows color (decimal): -4849572 or 6029494. OLE color: 6029494.

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

Color convert

RGB 182 0 92 -
CMYK 0 1 0.49 0.29
HSL 329.67º 1% 0.36% -
HSV(B) 329.67º 1% 0.71% -
XYZ 21.22 10.72 11.08 -
YUV 64.91 143.3 211.52 -
System Red Green Blue C M Y K H S L
Decimal 182 0 92 0 1 0.49 0.29 329.67 1 0.36
Hex B6 0 5C 0 64 31 1D 14A 64 24
Octal 266 0 134 0 144 61 35 512 144 44
Binary 10110110 0 1011100 0 1100100 110001 11101 101001010 1100100 100100

Color Harmonies of #B6005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6005C

Black with #B6005C

Text Example


Text Example

White with #B6005C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6005C; }

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

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

background-color css

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

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

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

border-color css

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

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

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