Html Css Color HEX #BD066E Jazzberry Jam

📋 copy color: '#BD066E'

red 189 ◦ green 6 ◦ blue 110

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

Shades of Jazzberry Jam #BD066E

Tints of Jazzberry Jam #BD066E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.07%

R = 61.97%
G = 1.97%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD066E (or 0xBD066E) is known color: Jazzberry Jam. HEX triplet: BD, 06 and 6E. RGB value is (189,6,110). Sum of RGB (Red+Green+Blue) = 189+6+110=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD066E is #42F991. Grayscale: #484848. Windows color (decimal): -4389266 or 7210685. OLE color: 7210685.

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

Color convert

RGB 189 6 110 -
CMYK 0 0.97 0.42 0.26
HSL 325.9º 0.94% 0.38% -
HSV(B) 325.9º 0.97% 0.74% -
XYZ 23.87 12.07 15.82 -
YUV 72.57 149.13 211.04 -
System Red Green Blue C M Y K H S L
Decimal 189 6 110 0 0.97 0.42 0.26 325.9 0.94 0.38
Hex BD 6 6E 0 61 2A 1A 146 5E 26
Octal 275 6 156 0 141 52 32 506 136 46
Binary 10111101 110 1101110 0 1100001 101010 11010 101000110 1011110 100110

Color Harmonies of #BD066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD066E

Black with #BD066E

Text Example


Text Example

White with #BD066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD066E; }

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

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

background-color css

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

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

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

border-color css

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

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

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