#BD025A

Color #BD025A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #BD025A

Tints of Jazzberry Jam #BD025A

Color information

#BD025A (or 0xBD025A) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 02 and 5A. RGB value is (189,2,90). Sum of RGB (Red+Green+Blue) = 189+2+90=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD025A is #42FDA5. Grayscale: #434343. Windows color (decimal): -4390310 or 5898941. OLE color: 5898941.

HSL color Cylindrical-coordinate representation of color #BD025A: hue angle of 331.76º degrees, saturation: 0.98, 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 #BD025A is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB189290-
CMYK00.990.520.26
HSL331.76º97.91%37.45%-
HSV(B)331.76º98.94%74.12%-
XYZ22.8511.610.71-
YUV67.94140.45214.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.26%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=67.26%
G=0.71%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18929000.990.520.26331.7697.9137.45
HexBD25A063341A14c6225
Octal27521320143643251414245
Binary1011110110101101001100011110100110101010011001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD025A; }

 p { color: rgb(189,2,90); }

 H1.HeaderClassName
 {
   color: #BD025A;
 }
 .AnyTagClassName
 {
   color: #BD025A;
 }
</style>
background-color css

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

 a { background-color: rgb(189,2,90); }

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

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

 span { border-color: rgb(189,2,90); }

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