Html Css Color HEX #BD0A5E Jazzberry Jam

📋 copy color: '#BD0A5E'

red 189 ◦ green 10 ◦ blue 94

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

Shades of Jazzberry Jam #BD0A5E

Tints of Jazzberry Jam #BD0A5E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.41%

 BLUE value IS 94 (37.11% from 255) = 32.08%

R = 64.51%
G = 3.41%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD0A5E (or 0xBD0A5E) is known color: Jazzberry Jam. HEX triplet: BD, 0A and 5E. RGB value is (189,10,94). Sum of RGB (Red+Green+Blue) = 189+10+94=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0A5E is #42F5A1. Grayscale: #484848. Windows color (decimal): -4388258 or 6163133. OLE color: 6163133.

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

Color convert

RGB 189 10 94 -
CMYK 0 0.95 0.50 0.26
HSL 331.84º 0.9% 0.39% -
HSV(B) 331.84º 0.95% 0.74% -
XYZ 23.12 11.84 11.66 -
YUV 73.1 139.8 210.67 -
System Red Green Blue C M Y K H S L
Decimal 189 10 94 0 0.95 0.50 0.26 331.84 0.9 0.39
Hex BD A 5E 0 5F 32 1A 14C 5A 27
Octal 275 12 136 0 137 62 32 514 132 47
Binary 10111101 1010 1011110 0 1011111 110010 11010 101001100 1011010 100111

Color Harmonies of #BD0A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0A5E

Black with #BD0A5E

Text Example


Text Example

White with #BD0A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0A5E; }

 p { color: rgb(189,10,94); }

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

background-color css

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

 a { background-color: rgb(189,10,94); }

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

border-color css

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

 span { border-color: rgb(189,10,94); }

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