Html Css Color HEX #BD1064 Jazzberry Jam

📋 copy color: '#BD1064'

red 189 ◦ green 16 ◦ blue 100

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

Shades of Jazzberry Jam #BD1064

Tints of Jazzberry Jam #BD1064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.25%

 BLUE value IS 100 (39.45% from 255) = 32.79%

R = 61.97%
G = 5.25%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD1064 (or 0xBD1064) is known color: Jazzberry Jam. HEX triplet: BD, 10 and 64. RGB value is (189,16,100). Sum of RGB (Red+Green+Blue) = 189+16+100=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1064 is #42EF9B. Grayscale: #4D4D4D. Windows color (decimal): -4386716 or 6557885. OLE color: 6557885.

HSL color Cylindrical-coordinate representation of color #BD1064: hue angle of 330.87º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD1064 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 16 100 -
CMYK 0 0.92 0.47 0.26
HSL 330.87º 0.84% 0.4% -
HSV(B) 330.87º 0.92% 0.74% -
XYZ 23.47 12.11 13.16 -
YUV 77.3 140.81 207.67 -
System Red Green Blue C M Y K H S L
Decimal 189 16 100 0 0.92 0.47 0.26 330.87 0.84 0.4
Hex BD 10 64 0 5C 2F 1A 14B 54 28
Octal 275 20 144 0 134 57 32 513 124 50
Binary 10111101 10000 1100100 0 1011100 101111 11010 101001011 1010100 101000

Color Harmonies of #BD1064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1064

Black with #BD1064

Text Example


Text Example

White with #BD1064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1064; }

 p { color: rgb(189,16,100); }

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

background-color css

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

 a { background-color: rgb(189,16,100); }

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

border-color css

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

 span { border-color: rgb(189,16,100); }

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