Html Css Color HEX #BD1364 Jazzberry Jam

📋 copy color: '#BD1364'

red 189 ◦ green 19 ◦ blue 100

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

Shades of Jazzberry Jam #BD1364

Tints of Jazzberry Jam #BD1364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.17%

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

R = 61.36%
G = 6.17%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD1364 (or 0xBD1364) is known color: Jazzberry Jam. HEX triplet: BD, 13 and 64. RGB value is (189,19,100). Sum of RGB (Red+Green+Blue) = 189+19+100=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1364 is #42EC9B. Grayscale: #4E4E4E. Windows color (decimal): -4385948 or 6558653. OLE color: 6558653.

HSL color Cylindrical-coordinate representation of color #BD1364: hue angle of 331.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1364 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 19 100 -
CMYK 0 0.90 0.47 0.26
HSL 331.41º 0.82% 0.41% -
HSV(B) 331.41º 0.9% 0.74% -
XYZ 23.52 12.2 13.17 -
YUV 79.06 139.82 206.41 -
System Red Green Blue C M Y K H S L
Decimal 189 19 100 0 0.90 0.47 0.26 331.41 0.82 0.41
Hex BD 13 64 0 5A 2F 1A 14B 52 29
Octal 275 23 144 0 132 57 32 513 122 51
Binary 10111101 10011 1100100 0 1011010 101111 11010 101001011 1010010 101001

Color Harmonies of #BD1364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1364

Black with #BD1364

Text Example


Text Example

White with #BD1364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1364; }

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

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

background-color css

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

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

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

border-color css

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

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

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