Html Css Color HEX #B8006D Jazzberry Jam

📋 copy color: '#B8006D'

red 184 ◦ green 0 ◦ blue 109

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

Shades of Jazzberry Jam #B8006D

Tints of Jazzberry Jam #B8006D

RGB

 RED value IS 184 (72.27% from 255) = 62.8%

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

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

R = 62.8%
G = 0%
B = 37.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8006D (or 0xB8006D) is known color: Jazzberry Jam. HEX triplet: B8, 00 and 6D. RGB value is (184,0,109). Sum of RGB (Red+Green+Blue) = 184+0+109=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B8006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8006D is #47FF92. Grayscale: #434343. Windows color (decimal): -4718483 or 7143608. OLE color: 7143608.

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

Color convert

RGB 184 0 109 -
CMYK 0 1 0.41 0.28
HSL 324.46º 1% 0.36% -
HSV(B) 324.46º 1% 0.72% -
XYZ 22.53 11.29 15.46 -
YUV 67.44 151.46 211.14 -
System Red Green Blue C M Y K H S L
Decimal 184 0 109 0 1 0.41 0.28 324.46 1 0.36
Hex B8 0 6D 0 64 29 1C 144 64 24
Octal 270 0 155 0 144 51 34 504 144 44
Binary 10111000 0 1101101 0 1100100 101001 11100 101000100 1100100 100100

Color Harmonies of #B8006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8006D

Black with #B8006D

Text Example


Text Example

White with #B8006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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