Html Css Color HEX #BD1A66 Jazzberry Jam

📋 copy color: '#BD1A66'

red 189 ◦ green 26 ◦ blue 102

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

Shades of Jazzberry Jam #BD1A66

Tints of Jazzberry Jam #BD1A66

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.2%

 BLUE value IS 102 (40.23% from 255) = 32.18%

R = 59.62%
G = 8.2%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD1A66 (or 0xBD1A66) is known color: Jazzberry Jam. HEX triplet: BD, 1A and 66. RGB value is (189,26,102). Sum of RGB (Red+Green+Blue) = 189+26+102=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1A66 is #42E599. Grayscale: #535353. Windows color (decimal): -4384154 or 6691517. OLE color: 6691517.

HSL color Cylindrical-coordinate representation of color #BD1A66: hue angle of 332.02º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1A66 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 26 102 -
CMYK 0 0.86 0.46 0.26
HSL 332.02º 0.76% 0.42% -
HSV(B) 332.02º 0.86% 0.74% -
XYZ 23.75 12.52 13.73 -
YUV 83.4 138.5 203.32 -
System Red Green Blue C M Y K H S L
Decimal 189 26 102 0 0.86 0.46 0.26 332.02 0.76 0.42
Hex BD 1A 66 0 56 2E 1A 14C 4C 2A
Octal 275 32 146 0 126 56 32 514 114 52
Binary 10111101 11010 1100110 0 1010110 101110 11010 101001100 1001100 101010

Color Harmonies of #BD1A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A66

Black with #BD1A66

Text Example


Text Example

White with #BD1A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A66; }

 p { color: rgb(189,26,102); }

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

background-color css

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

 a { background-color: rgb(189,26,102); }

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

border-color css

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

 span { border-color: rgb(189,26,102); }

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