Html Css Color HEX #BD1269 Jazzberry Jam

📋 copy color: '#BD1269'

red 189 ◦ green 18 ◦ blue 105

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

Shades of Jazzberry Jam #BD1269

Tints of Jazzberry Jam #BD1269

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.77%

 BLUE value IS 105 (41.41% from 255) = 33.65%

R = 60.58%
G = 5.77%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD1269 (or 0xBD1269) is known color: Jazzberry Jam. HEX triplet: BD, 12 and 69. RGB value is (189,18,105). Sum of RGB (Red+Green+Blue) = 189+18+105=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1269 is #42ED96. Grayscale: #4E4E4E. Windows color (decimal): -4386199 or 6886077. OLE color: 6886077.

HSL color Cylindrical-coordinate representation of color #BD1269: hue angle of 329.47º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1269 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 105 -
CMYK 0 0.90 0.44 0.26
HSL 329.47º 0.83% 0.41% -
HSV(B) 329.47º 0.9% 0.74% -
XYZ 23.75 12.27 14.48 -
YUV 79.05 142.65 206.43 -
System Red Green Blue C M Y K H S L
Decimal 189 18 105 0 0.90 0.44 0.26 329.47 0.83 0.41
Hex BD 12 69 0 5A 2C 1A 149 53 29
Octal 275 22 151 0 132 54 32 511 123 51
Binary 10111101 10010 1101001 0 1011010 101100 11010 101001001 1010011 101001

Color Harmonies of #BD1269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1269

Black with #BD1269

Text Example


Text Example

White with #BD1269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1269; }

 p { color: rgb(189,18,105); }

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

background-color css

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

 a { background-color: rgb(189,18,105); }

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

border-color css

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

 span { border-color: rgb(189,18,105); }

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