Html Css Color HEX #BD006A Jazzberry Jam

📋 copy color: '#BD006A'

red 189 ◦ green 0 ◦ blue 106

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

Shades of Jazzberry Jam #BD006A

Tints of Jazzberry Jam #BD006A

RGB

 RED value IS 189 (74.22% from 255) = 64.07%

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

 BLUE value IS 106 (41.8% from 255) = 35.93%

R = 64.07%
G = 0%
B = 35.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD006A (or 0xBD006A) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 6A. RGB value is (189,0,106). Sum of RGB (Red+Green+Blue) = 189+0+106=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD006A is #42FF95. Grayscale: #444444. Windows color (decimal): -4390806 or 6947005. OLE color: 6947005.

HSL color Cylindrical-coordinate representation of color #BD006A: hue angle of 326.35º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD006A is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 0 106 -
CMYK 0 1 0.44 0.26
HSL 326.35º 1% 0.37% -
HSV(B) 326.35º 1% 0.74% -
XYZ 23.59 11.86 14.68 -
YUV 68.6 149.12 213.88 -
System Red Green Blue C M Y K H S L
Decimal 189 0 106 0 1 0.44 0.26 326.35 1 0.37
Hex BD 0 6A 0 64 2C 1A 146 64 25
Octal 275 0 152 0 144 54 32 506 144 45
Binary 10111101 0 1101010 0 1100100 101100 11010 101000110 1100100 100101

Color Harmonies of #BD006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD006A

Black with #BD006A

Text Example


Text Example

White with #BD006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD006A; }

 p { color: rgb(189,0,106); }

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

background-color css

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

 a { background-color: rgb(189,0,106); }

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

border-color css

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

 span { border-color: rgb(189,0,106); }

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