Html Css Color HEX #BD066C Jazzberry Jam

📋 copy color: '#BD066C'

red 189 ◦ green 6 ◦ blue 108

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

Shades of Jazzberry Jam #BD066C

Tints of Jazzberry Jam #BD066C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.64%

R = 62.38%
G = 1.98%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD066C (or 0xBD066C) is known color: Jazzberry Jam. HEX triplet: BD, 06 and 6C. RGB value is (189,6,108). Sum of RGB (Red+Green+Blue) = 189+6+108=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD066C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD066C is #42F993. Grayscale: #484848. Windows color (decimal): -4389268 or 7079613. OLE color: 7079613.

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

Color convert

RGB 189 6 108 -
CMYK 0 0.97 0.43 0.26
HSL 326.56º 0.94% 0.38% -
HSV(B) 326.56º 0.97% 0.74% -
XYZ 23.76 12.03 15.26 -
YUV 72.35 148.13 211.21 -
System Red Green Blue C M Y K H S L
Decimal 189 6 108 0 0.97 0.43 0.26 326.56 0.94 0.38
Hex BD 6 6C 0 61 2B 1A 147 5E 26
Octal 275 6 154 0 141 53 32 507 136 46
Binary 10111101 110 1101100 0 1100001 101011 11010 101000111 1011110 100110

Color Harmonies of #BD066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD066C

Black with #BD066C

Text Example


Text Example

White with #BD066C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD066C; }

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

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

background-color css

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

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

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

border-color css

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

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

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