Html Css Color HEX #BD0F61 Jazzberry Jam

📋 copy color: '#BD0F61'

red 189 ◦ green 15 ◦ blue 97

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

Shades of Jazzberry Jam #BD0F61

Tints of Jazzberry Jam #BD0F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 62.79%
G = 4.98%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BD0F61 (or 0xBD0F61) is known color: Jazzberry Jam. HEX triplet: BD, 0F and 61. RGB value is (189,15,97). Sum of RGB (Red+Green+Blue) = 189+15+97=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0F61 is #42F09E. Grayscale: #4C4C4C. Windows color (decimal): -4386975 or 6361021. OLE color: 6361021.

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

Color convert

RGB 189 15 97 -
CMYK 0 0.92 0.49 0.26
HSL 331.72º 0.85% 0.4% -
HSV(B) 331.72º 0.92% 0.74% -
XYZ 23.31 12.02 12.4 -
YUV 76.37 139.65 208.33 -
System Red Green Blue C M Y K H S L
Decimal 189 15 97 0 0.92 0.49 0.26 331.72 0.85 0.4
Hex BD F 61 0 5C 31 1A 14C 55 28
Octal 275 17 141 0 134 61 32 514 125 50
Binary 10111101 1111 1100001 0 1011100 110001 11010 101001100 1010101 101000

Color Harmonies of #BD0F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0F61

Black with #BD0F61

Text Example


Text Example

White with #BD0F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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