Html Css Color HEX #BD1465 Jazzberry Jam

📋 copy color: '#BD1465'

red 189 ◦ green 20 ◦ blue 101

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

Shades of Jazzberry Jam #BD1465

Tints of Jazzberry Jam #BD1465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.58%

R = 60.97%
G = 6.45%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD1465 (or 0xBD1465) is known color: Jazzberry Jam. HEX triplet: BD, 14 and 65. RGB value is (189,20,101). Sum of RGB (Red+Green+Blue) = 189+20+101=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1465 is #42EB9A. Grayscale: #4F4F4F. Windows color (decimal): -4385691 or 6624445. OLE color: 6624445.

HSL color Cylindrical-coordinate representation of color #BD1465: hue angle of 331.24º 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 #BD1465 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 20 101 -
CMYK 0 0.89 0.47 0.26
HSL 331.24º 0.81% 0.41% -
HSV(B) 331.24º 0.89% 0.74% -
XYZ 23.59 12.26 13.44 -
YUV 79.77 139.99 205.91 -
System Red Green Blue C M Y K H S L
Decimal 189 20 101 0 0.89 0.47 0.26 331.24 0.81 0.41
Hex BD 14 65 0 59 2F 1A 14B 51 29
Octal 275 24 145 0 131 57 32 513 121 51
Binary 10111101 10100 1100101 0 1011001 101111 11010 101001011 1010001 101001

Color Harmonies of #BD1465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1465

Black with #BD1465

Text Example


Text Example

White with #BD1465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1465; }

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

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

background-color css

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

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

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

border-color css

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

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

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