Html Css Color HEX #BD1266 Jazzberry Jam

📋 copy color: '#BD1266'

red 189 ◦ green 18 ◦ blue 102

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

Shades of Jazzberry Jam #BD1266

Tints of Jazzberry Jam #BD1266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.01%

R = 61.17%
G = 5.83%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD1266 (or 0xBD1266) is known color: Jazzberry Jam. HEX triplet: BD, 12 and 66. RGB value is (189,18,102). Sum of RGB (Red+Green+Blue) = 189+18+102=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1266 is #42ED99. Grayscale: #4E4E4E. Windows color (decimal): -4386202 or 6689469. OLE color: 6689469.

HSL color Cylindrical-coordinate representation of color #BD1266: hue angle of 330.53º 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 #BD1266 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 102 -
CMYK 0 0.90 0.46 0.26
HSL 330.53º 0.83% 0.41% -
HSV(B) 330.53º 0.9% 0.74% -
XYZ 23.6 12.21 13.68 -
YUV 78.71 141.15 206.67 -
System Red Green Blue C M Y K H S L
Decimal 189 18 102 0 0.90 0.46 0.26 330.53 0.83 0.41
Hex BD 12 66 0 5A 2E 1A 14B 53 29
Octal 275 22 146 0 132 56 32 513 123 51
Binary 10111101 10010 1100110 0 1011010 101110 11010 101001011 1010011 101001

Color Harmonies of #BD1266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1266

Black with #BD1266

Text Example


Text Example

White with #BD1266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1266; }

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

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

background-color css

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

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

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

border-color css

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

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

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