Html Css Color HEX #BD0F56 Jazzberry Jam

📋 copy color: '#BD0F56'

red 189 ◦ green 15 ◦ blue 86

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

Shades of Jazzberry Jam #BD0F56

Tints of Jazzberry Jam #BD0F56

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.17%

 BLUE value IS 86 (33.98% from 255) = 29.66%

R = 65.17%
G = 5.17%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD0F56 (or 0xBD0F56) is known color: Jazzberry Jam. HEX triplet: BD, 0F and 56. RGB value is (189,15,86). Sum of RGB (Red+Green+Blue) = 189+15+86=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0F56 is #42F0A9. Grayscale: #4B4B4B. Windows color (decimal): -4386986 or 5640125. OLE color: 5640125.

HSL color Cylindrical-coordinate representation of color #BD0F56: hue angle of 335.52º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD0F56 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 15 86 -
CMYK 0 0.92 0.54 0.26
HSL 335.52º 0.85% 0.4% -
HSV(B) 335.52º 0.92% 0.74% -
XYZ 22.84 11.83 9.88 -
YUV 75.12 134.15 209.23 -
System Red Green Blue C M Y K H S L
Decimal 189 15 86 0 0.92 0.54 0.26 335.52 0.85 0.4
Hex BD F 56 0 5C 36 1A 150 55 28
Octal 275 17 126 0 134 66 32 520 125 50
Binary 10111101 1111 1010110 0 1011100 110110 11010 101010000 1010101 101000

Color Harmonies of #BD0F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0F56

Black with #BD0F56

Text Example


Text Example

White with #BD0F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0F56; }

 p { color: rgb(189,15,86); }

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

background-color css

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

 a { background-color: rgb(189,15,86); }

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

border-color css

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

 span { border-color: rgb(189,15,86); }

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