Html Css Color HEX #BD1A68 Jazzberry Jam

📋 copy color: '#BD1A68'

red 189 ◦ green 26 ◦ blue 104

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

Shades of Jazzberry Jam #BD1A68

Tints of Jazzberry Jam #BD1A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.6%

R = 59.25%
G = 8.15%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD1A68 (or 0xBD1A68) is known color: Jazzberry Jam. HEX triplet: BD, 1A and 68. RGB value is (189,26,104). Sum of RGB (Red+Green+Blue) = 189+26+104=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1A68 is #42E597. Grayscale: #535353. Windows color (decimal): -4384152 or 6822589. OLE color: 6822589.

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

Color convert

RGB 189 26 104 -
CMYK 0 0.86 0.45 0.26
HSL 331.29º 0.76% 0.42% -
HSV(B) 331.29º 0.86% 0.74% -
XYZ 23.85 12.56 14.26 -
YUV 83.63 139.5 203.16 -
System Red Green Blue C M Y K H S L
Decimal 189 26 104 0 0.86 0.45 0.26 331.29 0.76 0.42
Hex BD 1A 68 0 56 2D 1A 14B 4C 2A
Octal 275 32 150 0 126 55 32 513 114 52
Binary 10111101 11010 1101000 0 1010110 101101 11010 101001011 1001100 101010

Color Harmonies of #BD1A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A68

Black with #BD1A68

Text Example


Text Example

White with #BD1A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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