Html Css Color HEX #BD005B Jazzberry Jam

📋 copy color: '#BD005B'

red 189 ◦ green 0 ◦ blue 91

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

Shades of Jazzberry Jam #BD005B

Tints of Jazzberry Jam #BD005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 67.5%
G = 0%
B = 32.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD005B (or 0xBD005B) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 5B. RGB value is (189,0,91). Sum of RGB (Red+Green+Blue) = 189+0+91=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD005B is #42FFA4. Grayscale: #424242. Windows color (decimal): -4390821 or 5963965. OLE color: 5963965.

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

Color convert

RGB 189 0 91 -
CMYK 0 1 0.52 0.26
HSL 331.11º 1% 0.37% -
HSV(B) 331.11º 1% 0.74% -
XYZ 22.87 11.57 10.93 -
YUV 66.89 141.62 215.1 -
System Red Green Blue C M Y K H S L
Decimal 189 0 91 0 1 0.52 0.26 331.11 1 0.37
Hex BD 0 5B 0 64 34 1A 14B 64 25
Octal 275 0 133 0 144 64 32 513 144 45
Binary 10111101 0 1011011 0 1100100 110100 11010 101001011 1100100 100101

Color Harmonies of #BD005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD005B

Black with #BD005B

Text Example


Text Example

White with #BD005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD005B; }

 p { color: rgb(189,0,91); }

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

background-color css

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

 a { background-color: rgb(189,0,91); }

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

border-color css

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

 span { border-color: rgb(189,0,91); }

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