Html Css Color HEX #BD0665 Jazzberry Jam

📋 copy color: '#BD0665'

red 189 ◦ green 6 ◦ blue 101

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

Shades of Jazzberry Jam #BD0665

Tints of Jazzberry Jam #BD0665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

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

R = 63.85%
G = 2.03%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD0665 (or 0xBD0665) is known color: Jazzberry Jam. HEX triplet: BD, 06 and 65. RGB value is (189,6,101). Sum of RGB (Red+Green+Blue) = 189+6+101=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0665 is #42F99A. Grayscale: #474747. Windows color (decimal): -4389275 or 6620861. OLE color: 6620861.

HSL color Cylindrical-coordinate representation of color #BD0665: hue angle of 328.85º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0665 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 6 101 -
CMYK 0 0.97 0.47 0.26
HSL 328.85º 0.94% 0.38% -
HSV(B) 328.85º 0.97% 0.74% -
XYZ 23.4 11.89 13.37 -
YUV 71.55 144.63 211.78 -
System Red Green Blue C M Y K H S L
Decimal 189 6 101 0 0.97 0.47 0.26 328.85 0.94 0.38
Hex BD 6 65 0 61 2F 1A 149 5E 26
Octal 275 6 145 0 141 57 32 511 136 46
Binary 10111101 110 1100101 0 1100001 101111 11010 101001001 1011110 100110

Color Harmonies of #BD0665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0665

Black with #BD0665

Text Example


Text Example

White with #BD0665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0665; }

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

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

background-color css

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

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

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

border-color css

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

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

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