Html Css Color HEX #B2006D Jazzberry Jam

📋 copy color: '#B2006D'

red 178 ◦ green 0 ◦ blue 109

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

Shades of Jazzberry Jam #B2006D

Tints of Jazzberry Jam #B2006D

RGB

 RED value IS 178 (69.92% from 255) = 62.02%

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

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 62.02%
G = 0%
B = 37.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2006D (or 0xB2006D) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 6D. RGB value is (178,0,109). Sum of RGB (Red+Green+Blue) = 178+0+109=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B2006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2006D is #4DFF92. Grayscale: #414141. Windows color (decimal): -5111699 or 7143602. OLE color: 7143602.

HSL color Cylindrical-coordinate representation of color #B2006D: hue angle of 323.26º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2006D is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 109 -
CMYK 0 1 0.39 0.30
HSL 323.26º 1% 0.35% -
HSV(B) 323.26º 1% 0.7% -
XYZ 21.12 10.57 15.39 -
YUV 65.65 152.47 208.14 -
System Red Green Blue C M Y K H S L
Decimal 178 0 109 0 1 0.39 0.30 323.26 1 0.35
Hex B2 0 6D 0 64 27 1E 143 64 23
Octal 262 0 155 0 144 47 36 503 144 43
Binary 10110010 0 1101101 0 1100100 100111 11110 101000011 1100100 100011

Color Harmonies of #B2006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2006D

Black with #B2006D

Text Example


Text Example

White with #B2006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2006D; }

 p { color: rgb(178,0,109); }

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

background-color css

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

 a { background-color: rgb(178,0,109); }

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

border-color css

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

 span { border-color: rgb(178,0,109); }

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