Html Css Color HEX #BD0155 Jazzberry Jam

📋 copy color: '#BD0155'

red 189 ◦ green 1 ◦ blue 85

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

Shades of Jazzberry Jam #BD0155

Tints of Jazzberry Jam #BD0155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 85 (33.59% from 255) = 30.91%

R = 68.73%
G = 0.36%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD0155 (or 0xBD0155) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 55. RGB value is (189,1,85). Sum of RGB (Red+Green+Blue) = 189+1+85=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0155 is #42FEAA. Grayscale: #424242. Windows color (decimal): -4390571 or 5571005. OLE color: 5571005.

HSL color Cylindrical-coordinate representation of color #BD0155: hue angle of 333.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0155 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 1 85 -
CMYK 0 0.99 0.55 0.26
HSL 333.19º 0.99% 0.37% -
HSV(B) 333.19º 0.99% 0.74% -
XYZ 22.64 11.5 9.62 -
YUV 66.79 138.28 215.17 -
System Red Green Blue C M Y K H S L
Decimal 189 1 85 0 0.99 0.55 0.26 333.19 0.99 0.37
Hex BD 1 55 0 63 37 1A 14D 63 25
Octal 275 1 125 0 143 67 32 515 143 45
Binary 10111101 1 1010101 0 1100011 110111 11010 101001101 1100011 100101

Color Harmonies of #BD0155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0155

Black with #BD0155

Text Example


Text Example

White with #BD0155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0155; }

 p { color: rgb(189,1,85); }

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

background-color css

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

 a { background-color: rgb(189,1,85); }

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

border-color css

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

 span { border-color: rgb(189,1,85); }

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