Html Css Color HEX #BD1669 Jazzberry Jam

📋 copy color: '#BD1669'

red 189 ◦ green 22 ◦ blue 105

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

Shades of Jazzberry Jam #BD1669

Tints of Jazzberry Jam #BD1669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.96%

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

R = 59.81%
G = 6.96%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD1669 (or 0xBD1669) is known color: Jazzberry Jam. HEX triplet: BD, 16 and 69. RGB value is (189,22,105). Sum of RGB (Red+Green+Blue) = 189+22+105=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1669 is #42E996. Grayscale: #515151. Windows color (decimal): -4385175 or 6887101. OLE color: 6887101.

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

Color convert

RGB 189 22 105 -
CMYK 0 0.88 0.44 0.26
HSL 330.18º 0.79% 0.41% -
HSV(B) 330.18º 0.88% 0.74% -
XYZ 23.82 12.41 14.5 -
YUV 81.4 141.33 204.75 -
System Red Green Blue C M Y K H S L
Decimal 189 22 105 0 0.88 0.44 0.26 330.18 0.79 0.41
Hex BD 16 69 0 58 2C 1A 14A 4F 29
Octal 275 26 151 0 130 54 32 512 117 51
Binary 10111101 10110 1101001 0 1011000 101100 11010 101001010 1001111 101001

Color Harmonies of #BD1669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1669

Black with #BD1669

Text Example


Text Example

White with #BD1669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1669; }

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

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

background-color css

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

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

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

border-color css

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

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

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