Html Css Color HEX #B6006B Jazzberry Jam

📋 copy color: '#B6006B'

red 182 ◦ green 0 ◦ blue 107

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

Shades of Jazzberry Jam #B6006B

Tints of Jazzberry Jam #B6006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 62.98%
G = 0%
B = 37.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6006B (or 0xB6006B) is known color: Jazzberry Jam. HEX triplet: B6, 00 and 6B. RGB value is (182,0,107). Sum of RGB (Red+Green+Blue) = 182+0+107=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B6006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6006B is #49FF94. Grayscale: #424242. Windows color (decimal): -4849557 or 7012534. OLE color: 7012534.

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

Color convert

RGB 182 0 107 -
CMYK 0 1 0.41 0.29
HSL 324.73º 1% 0.36% -
HSV(B) 324.73º 1% 0.71% -
XYZ 21.95 11.01 14.88 -
YUV 66.62 150.8 210.3 -
System Red Green Blue C M Y K H S L
Decimal 182 0 107 0 1 0.41 0.29 324.73 1 0.36
Hex B6 0 6B 0 64 29 1D 145 64 24
Octal 266 0 153 0 144 51 35 505 144 44
Binary 10110110 0 1101011 0 1100100 101001 11101 101000101 1100100 100100

Color Harmonies of #B6006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6006B

Black with #B6006B

Text Example


Text Example

White with #B6006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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