Html Css Color HEX #BD0B57 Jazzberry Jam

📋 copy color: '#BD0B57'

red 189 ◦ green 11 ◦ blue 87

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

Shades of Jazzberry Jam #BD0B57

Tints of Jazzberry Jam #BD0B57

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.83%

 BLUE value IS 87 (34.38% from 255) = 30.31%

R = 65.85%
G = 3.83%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD0B57 (or 0xBD0B57) is known color: Jazzberry Jam. HEX triplet: BD, 0B and 57. RGB value is (189,11,87). Sum of RGB (Red+Green+Blue) = 189+11+87=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0B57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0B57 is #42F4A8. Grayscale: #484848. Windows color (decimal): -4388009 or 5704637. OLE color: 5704637.

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

Color convert

RGB 189 11 87 -
CMYK 0 0.94 0.54 0.26
HSL 334.38º 0.89% 0.39% -
HSV(B) 334.38º 0.94% 0.74% -
XYZ 22.83 11.75 10.08 -
YUV 72.89 135.97 210.82 -
System Red Green Blue C M Y K H S L
Decimal 189 11 87 0 0.94 0.54 0.26 334.38 0.89 0.39
Hex BD B 57 0 5E 36 1A 14E 59 27
Octal 275 13 127 0 136 66 32 516 131 47
Binary 10111101 1011 1010111 0 1011110 110110 11010 101001110 1011001 100111

Color Harmonies of #BD0B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0B57

Black with #BD0B57

Text Example


Text Example

White with #BD0B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0B57; }

 p { color: rgb(189,11,87); }

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

background-color css

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

 a { background-color: rgb(189,11,87); }

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

border-color css

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

 span { border-color: rgb(189,11,87); }

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