Html Css Color HEX #BD1665 Jazzberry Jam

📋 copy color: '#BD1665'

red 189 ◦ green 22 ◦ blue 101

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

Shades of Jazzberry Jam #BD1665

Tints of Jazzberry Jam #BD1665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.37%

R = 60.58%
G = 7.05%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD1665 (or 0xBD1665) is known color: Jazzberry Jam. HEX triplet: BD, 16 and 65. RGB value is (189,22,101). Sum of RGB (Red+Green+Blue) = 189+22+101=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1665 is #42E99A. Grayscale: #505050. Windows color (decimal): -4385179 or 6624957. OLE color: 6624957.

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

Color convert

RGB 189 22 101 -
CMYK 0 0.88 0.47 0.26
HSL 331.62º 0.79% 0.41% -
HSV(B) 331.62º 0.88% 0.74% -
XYZ 23.62 12.33 13.45 -
YUV 80.94 139.33 205.08 -
System Red Green Blue C M Y K H S L
Decimal 189 22 101 0 0.88 0.47 0.26 331.62 0.79 0.41
Hex BD 16 65 0 58 2F 1A 14C 4F 29
Octal 275 26 145 0 130 57 32 514 117 51
Binary 10111101 10110 1100101 0 1011000 101111 11010 101001100 1001111 101001

Color Harmonies of #BD1665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1665

Black with #BD1665

Text Example


Text Example

White with #BD1665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1665; }

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

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

background-color css

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

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

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

border-color css

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

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

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