Html Css Color HEX #BD1466 Jazzberry Jam

📋 copy color: '#BD1466'

red 189 ◦ green 20 ◦ blue 102

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

Shades of Jazzberry Jam #BD1466

Tints of Jazzberry Jam #BD1466

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

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

R = 60.77%
G = 6.43%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD1466 (or 0xBD1466) is known color: Jazzberry Jam. HEX triplet: BD, 14 and 66. RGB value is (189,20,102). Sum of RGB (Red+Green+Blue) = 189+20+102=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1466 is #42EB99. Grayscale: #4F4F4F. Windows color (decimal): -4385690 or 6689981. OLE color: 6689981.

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

Color convert

RGB 189 20 102 -
CMYK 0 0.89 0.46 0.26
HSL 330.89º 0.81% 0.41% -
HSV(B) 330.89º 0.89% 0.74% -
XYZ 23.63 12.28 13.69 -
YUV 79.88 140.49 205.83 -
System Red Green Blue C M Y K H S L
Decimal 189 20 102 0 0.89 0.46 0.26 330.89 0.81 0.41
Hex BD 14 66 0 59 2E 1A 14B 51 29
Octal 275 24 146 0 131 56 32 513 121 51
Binary 10111101 10100 1100110 0 1011001 101110 11010 101001011 1010001 101001

Color Harmonies of #BD1466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1466

Black with #BD1466

Text Example


Text Example

White with #BD1466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1466; }

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

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

background-color css

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

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

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

border-color css

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

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

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