Html Css Color HEX #BD066A Jazzberry Jam

📋 copy color: '#BD066A'

red 189 ◦ green 6 ◦ blue 106

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

Shades of Jazzberry Jam #BD066A

Tints of Jazzberry Jam #BD066A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.22%

R = 62.79%
G = 1.99%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD066A (or 0xBD066A) is known color: Jazzberry Jam. HEX triplet: BD, 06 and 6A. RGB value is (189,6,106). Sum of RGB (Red+Green+Blue) = 189+6+106=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD066A is #42F995. Grayscale: #474747. Windows color (decimal): -4389270 or 6948541. OLE color: 6948541.

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

Color convert

RGB 189 6 106 -
CMYK 0 0.97 0.44 0.26
HSL 327.21º 0.94% 0.38% -
HSV(B) 327.21º 0.97% 0.74% -
XYZ 23.65 11.99 14.7 -
YUV 72.12 147.13 211.37 -
System Red Green Blue C M Y K H S L
Decimal 189 6 106 0 0.97 0.44 0.26 327.21 0.94 0.38
Hex BD 6 6A 0 61 2C 1A 147 5E 26
Octal 275 6 152 0 141 54 32 507 136 46
Binary 10111101 110 1101010 0 1100001 101100 11010 101000111 1011110 100110

Color Harmonies of #BD066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD066A

Black with #BD066A

Text Example


Text Example

White with #BD066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD066A; }

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

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

background-color css

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

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

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

border-color css

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

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

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